8000 Fix a error Markdown format in Aliases section · nirajkvinit/github-cheat-sheet@e59dac6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e59dac6

Browse files
authored
Fix a error Markdown format in Aliases section
This commit fixes tiimgreen#187
1 parent a96f4fa commit e59dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Some useful aliases include:
967967
| `git st` | `git status -sb` | `git config --global alias.st 'status -sb'` |
968968
| `git tags` | `git tag -l` | `git config --global alias.tags 'tag -l'` |
969969
| `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` | `grep -v '*'` | `xargs git branch -d` | `git config --global alias.cleanup "!git branch --merged` | `grep -v '*'` | `xargs git branch -d"` |
971971
| `git remotes` | `git remote -v` | `git config --global alias.remotes 'remote -v'` |
972972
| `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 --"` |
973973

0 commit comments

Comments
 (0)
0