Skip to content

Commit b02ee12

Browse files
authored
Update README.md
1 parent feb19c6 commit b02ee12

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# Setup-git-log
2-
##Add the following code to the git config file
3-
ui = true
2+
Add the following code to the git config file
3+
```ruby
44

5+
ui = true
56
[alias]
6-
77
l = log --graph --pretty=format:'%C(yellow)%h%Creset%C(blue)%d%Creset %C(white bold)%s%Creset %C(white dim)(by %an %ar)%Creset'
8-
98
ll = !git l --all
109
[filter "lfs"]
1110
clean = git-lfs clean -- %f
1211
smudge = git-lfs smudge -- %f
1312
process = git-lfs filter-process
1413
required = true
1514

16-
![alt text](http://prntscr.com/ppp1t4)
15+
```
16+
![image](https://raw.githubusercontent.com/jackbaron/Setup-git-log/master/image.png)

0 commit comments

Comments
 (0)