|
|
@@ -59,6 +59,7 @@ git_config(){ |
|
|
|
git config --global alias.graph "log --graph --date-order -C -M --pretty=tformat:\"<%h> %ad [%an] %Cgreen%d%Creset %s\" --all --date=iso -n 500" |
|
|
|
git config --global alias.st "status -s -b" |
|
|
|
git config --global alias.b "branch" |
|
|
|
git config --global alias.sb "show-branch" |
|
|
|
git config --global alias.ci "commit --verbose" |
|
|
|
git config --global alias.co "checkout" |
|
|
|
git config --global alias.cim "commit --verbose -m" |
|
|
|