Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Throwy authored Dec 28, 2021
1 parent 3a097f6 commit 5bd6fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ set these in your global `.gitconfig` file
f = fetch
b = branch
br = branch --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(contents:subject) %(color:green)(%(committerdate:relative)) [%(authorname)]' --sort=-committerdate
lg = !git log --pretty=format:\"%C(magenta)%H%Creset%C(red)%d%Creset - %C(yellow)%ad%Creset - %C(green)[%an]%Creset\n\t%s\" --abbrev-commit -20
lg = log --pretty=format:\"%C(magenta)%H%Creset%C(red)%d%Creset - %C(yellow)%ad%Creset - %C(green)[%an]%Creset\n\t%s\" --abbrev-commit -20
```

0 comments on commit 5bd6fc8

Please sign in to comment.