1
0
mirror of https://github.com/tiimgreen/github-cheat-sheet.git synced 2025-08-09 09:26:42 +02:00

Remove \n Update image

Random \n and image replaced with consistent terminal output
This commit is contained in:
RasPat1
2014-04-17 17:01:40 -04:00
parent 43ea5847c1
commit 3c20d96ec7

View File

@@ -563,7 +563,7 @@ $ git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s
Produces:
![git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'\n--abbrev-commit --date=relative](http://imgur.com/ZcMZiD3)
![git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative](http://i.imgur.com/R2z8l7c.png)
Add this as an alias to your global git config. Credit to [Palesz](http://stackoverflow.com/users/88355/palesz)