We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb19c6 commit b02ee12Copy full SHA for b02ee12
README.md
@@ -1,16 +1,16 @@
1
# Setup-git-log
2
-##Add the following code to the git config file
3
-ui = true
+Add the following code to the git config file
+```ruby
4
5
+ui = true
6
[alias]
-
7
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
9
ll = !git l --all
10
[filter "lfs"]
11
clean = git-lfs clean -- %f
12
smudge = git-lfs smudge -- %f
13
process = git-lfs filter-process
14
required = true
15
16
-
+```
+
0 commit comments