You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitProf ("Git Profiles") is a tool which simplifies working with multiple Git accounts.
9
+
GitProf ("Git Profiles") is a tool which simplifies working with multiple Git accounts/services.
10
10
11
11
GitProf helps you with:
12
12
@@ -15,7 +15,7 @@ GitProf helps you with:
15
15
16
16
It solves the problems which you may experience when using multiple accounts/services:
17
17
18
-
- You can't clone a repository easily because your default SSH key is for a different account/service.
18
+
- You can't clone a repository easily because your default SSH key is for a different account.
19
19
- Once you clone the repository, local Git config values such as `user.email` need to be set correctly.
20
20
21
21
GitProf doesn't change your Git workflow; after using `gitprof clone` or `gitprof profile apply` on a repository, you don't need to interact with `gitprof` again for that repository.
@@ -46,15 +46,15 @@ GitProf stores *profiles* which contain the information required to configure re
46
46
To clone a repository, just use `gitprof clone` instead of `git clone`. For example:
Enter a number from the list to choose an option [default=0]: 1
56
56
57
-
Cloning 'git@github.com/some-profile/some-repo.git' with profile: gitlab
57
+
Cloning 'git@gitlab.com/some-profile/some-repo.git' with profile: gitlab
58
58
59
59
Setting local Git config values for'some-repo'...
60
60
Setting your Git name to 'MyUsername'...
@@ -68,7 +68,7 @@ Finished setting up your Git repository.
68
68
If you have an existing repository whose config values you wish to change, you can `cd` into the repository and use `gitprof profile apply`. For example:
0 commit comments