Skip to content

Commit

Permalink
Comment out broken abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
simnalamburt committed Nov 8, 2019
1 parent 1eb1513 commit 5602587
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions abbreviations
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ gcs git commit -S
gd git diff
gdca git diff --cached
gdcw git diff --cached --word-diff
gdct git describe --tags `git rev-list --tags --max-count=1`
#gdct git describe --tags $(git rev-list --tags --max-count=1)
gdt git diff-tree --no-commit-id --name-only -r
gdw git diff --word-diff

Expand All @@ -58,12 +58,11 @@ gfo git fetch origin
gg git gui citool
gga git gui citool --amend

ggpur ggu
#ggpur ggu
#ggpull git pull origin "$(git_current_branch)"

ggpull git pull origin (git_current_branch)

ggsup git branch --set-upstream-to=origin/(git_current_branch)
gpsup git push --set-upstream origin (git_current_branch)
#ggsup git branch --set-upstream-to=origin/$(git_current_branch)
#gpsup git push --set-upstream origin $(git_current_branch)

ghh git help

Expand All @@ -72,7 +71,7 @@ gignored git ls-files -v | grep "^[[:lower:]]"
#git-svn-dcommit-push git svn dcommit && git push github master:svntrunk

gk \gitk --all --branches
gke \gitk --all (git log -g --pretty=%h)
#gke \gitk --all $(git log -g --pretty=%h)

gl git pull
glg git log --stat
Expand Down

0 comments on commit 5602587

Please sign in to comment.