We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4defd6 commit 0ab0868Copy full SHA for 0ab0868
README.md
@@ -0,0 +1,17 @@
1
+# Gituser
2
+
3
+Gituser is a CLI to easily manage/switch git users.
4
5
+## Install
6
7
+### Using go
8
9
+run following command to download latest gituser cli using `go`
10
11
+```sh
12
+go install github.com/nirav24/gituser@latest
13
+```
14
15
+### using github assests
16
17
+Download approparite assest file from latest release, unzip the file and put binary into appropriate path (e.g. `/usr/local/bin`)
0 commit comments