File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -967,7 +967,7 @@ Some useful aliases include:
967
967
| ` git st ` | ` git status -sb ` | ` git config --global alias.st 'status -sb' ` |
968
968
| ` git tags ` | ` git tag -l ` | ` git config --global alias.tags 'tag -l' ` |
969
969
| ` git branches ` | ` git branch -a ` | ` git config --global alias.branches 'branch -a' ` |
970
- | ` git cleanup ` | `git branch --merged | grep -v '* ' | xargs git branch -d` | `git config --global alias.cleanup "!git branch --merged | grep -v '* ' | xargs git branch -d"` |
970
+ | ` git cleanup ` | ` git branch --merged ` &# 124 ; ` grep -v '*' ` &# 124 ; ` xargs git branch -d ` | ` git config --global alias.cleanup "!git branch --merged ` &# 124 ; ` grep -v '*' ` &# 124 ; ` xargs git branch -d" ` |
971
971
| ` git remotes ` | ` git remote -v ` | ` git config --global alias.remotes 'remote -v' ` |
972
972
| ` git lg ` | ` git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -- ` | ` git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --" ` |
973
973
You can’t perform that action at this time.
0 commit comments