Aliases | Descriptions |
gst
|
git status
|
gad file
gad
gap
|
git add file ; git status
git add -A ; git status
git add -p ; git status
|
gbl
gbl xxx
gbs xxx
gbn xxx
|
List all the branches. List all the branches who contains xxx. Checkout a branch who contains xxx. Create a new branch with the name xxx. |
gps
gpf
gpl
|
git push
git push -f
git pull
|
gls
glf
|
git shortlog
git log --stat
|
gdf
gdf file
|
git diff
git diff file
|
gco
gci
gci "message"
|
git checkout
git commit -m "..."
git commit -m "message"
|
grh
grh 1
grh 2
|
git reset HEAD
git reset HEAD^
git reset HEAD^^
|