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 c40bb64 commit 5e7b8c3Copy full SHA for 5e7b8c3
README.md
@@ -10,6 +10,8 @@ cgit is a wrapper of git.
10
11
Clone a repo from GitHub without the whole URL: `cgit clone linuxsuren/cgit`
12
13
+Sometimes it's very slow when clone the code from GitHub. So cgit will clone it by [a GitHub proxy](http://github.com.cnpmjs.org/).
14
+
15
Provide an alias for git: `cgit alias set cm 'checkout master'`, then you can checkout branch to master via: `cgit cm`
16
17
List all alias commands: `cgit alias list`
0 commit comments