File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file treeCollapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -929,7 +929,7 @@ $ git config --global alias.ac 'add -A . && commit'
929
929
| ` git st ` | ` git status -sb ` | ` git config --global alias.st 'status -sb' ` |
930
930
| ` git tags ` | ` git tag -l ` | ` git config --global alias.tags 'tag -l' ` |
931
931
| ` git branches ` | ` git branch -a ` | ` git config --global alias.branches 'branch -a' ` |
932
- | ` 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" ` |
932
+ | ` 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" ` |
933
933
| ` git remotes ` | ` git remote -v ` | ` git config --global alias.remotes 'remote -v' ` |
934
934
| ` 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 --" ` |
935
935
Original file line number Diff line number Diff line change @@ -1021,7 +1021,7 @@ $ git config --global alias.ac 'add -A . && commit'
1021
1021
| ` git st ` | ` git status -sb ` | ` git config --global alias.st 'status -sb' ` |
1022
1022
| ` git tags ` | ` git tag -l ` | ` git config --global alias.tags 'tag -l' ` |
1023
1023
| ` git branches ` | ` git branch -a ` | ` git config --global alias.branches 'branch -a' ` |
1024
- | ` 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" ` |
1024
+ | ` 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" ` |
1025
1025
| ` git remotes ` | ` git remote -v ` | ` git config --global alias.remotes 'remote -v' ` |
1026
1026
| ` 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 --" ` |
1027
1027
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 ` &# 124 ; ` grep -v '*' ` &# 124 ; ` xargs git branch -d ` | ` git config --global alias.cleanup "!git branch --merged ` &# 124 ; ` grep -v '*' ` &# 124 ; ` xargs git branch -d" ` |
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" ` |
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
Original file line number Diff line number Diff line change @@ -861,7 +861,7 @@ $ git config --global alias.ac 'add -A . && commit'
861
861
| ` git st ` | ` git status -sb ` | ` git config --global alias.st 'status -sb' ` |
862
862
| ` git tags ` | ` git tag -l ` | ` git config --global alias.tags 'tag -l' ` |
863
863
| ` git branches ` | ` git branch -a ` | ` git config --global alias.branches 'branch -a' ` |
864
- | ` 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" ` |
864
+ | ` 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" ` |
865
865
| ` git remotes ` | ` git remote -v ` | ` git config --global alias.remotes 'remote -v' ` |
866
866
| ` 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 --" ` |
867
867
Original file line number Diff line number Diff line change @@ -905,7 +905,7 @@ $ git config --global alias.ac 'add -A . && commit'
905
905
| ` git st ` | ` git status -sb ` | ` git config --global alias.st 'status -sb' ` |
906
906
| ` git tags ` | ` git tag -l ` | ` git config --global alias.tags 'tag -l' ` |
907
907
| ` git branches ` | ` git branch -a ` | ` git config --global alias.branches 'branch -a' ` |
908
- | ` 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" ` |
908
+ | ` 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" ` |
909
909
| ` git remotes ` | ` git remote -v ` | ` git config --global alias.remotes 'remote -v' ` |
910
910
| ` 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 --" ` |
911
911
You can’t perform that action at this time.
0 commit comments