8000 Remove newline literal and duplicated info · FHCan/github-cheat-sheet@69da2b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69da2b5

Browse files
committed
Remove newline literal and duplicated info
1 parent 3bac16a commit 69da2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,14 +558,14 @@ This is produced:
558558
Running:
559559

560560
```bash
561-
$ 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
561+
$ 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
562562
```
563563

564564
Produces:
565565

566566
![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)
567567

568-
Add this as an alias to your global git config. Credit to [Palesz](http://stackoverflow.com/users/88355/palesz)
568+
Credit to [Palesz](http://stackoverflow.com/users/88355/palesz)
569569

570570
*This can be aliased using the instructions found [here](https://github.com/tiimgreen/github-cheat-sheet#aliases).*
571571

0 commit comments

Comments
 (0)
0