Skip to content

여러 .gitconfig 파일을 swtich해주는 유틸리티 소프트웨어

License

Notifications You must be signed in to change notification settings

ttoowa/GitConfigSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitConfigSwitch

Language badgeOS badgeState badge

개요

여러 .gitconfig 파일을 switch해주는 유틸리티 소프트웨어입니다.

사용법

Step 1. (프로파일 세팅)

아래와 같이 여러 .gitconfig 프로파일을 배치합니다.

  • %userprofile%/.gitconfig@UserA
 [user]
  name = UserA  
  email = [email protected]
  • %userprofile%/.gitconfig@UserB
 [user]
  name = UserB  
  email = [email protected]

Step 2. (프로파일 전환)

GitConfigSwitch를 실행하면 배치한 프로파일이 리스트로 출력됩니다.
사용할 프로파일을 타이핑 후 Enter를 입력합니다.

그러면 아래와 같이 출력되며 스위칭이 완료됩니다.

Switching to '{Profile}' completed.

About

여러 .gitconfig 파일을 swtich해주는 유틸리티 소프트웨어

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages