We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 807ca56 commit 8d3bcffCopy full SHA for 8d3bcff
.gitconfig
@@ -1,6 +1,6 @@
1
[core]
2
excludesfile = ~/.gitignore
3
- pager = less -x1,5
+ pager = less -x1,3
4
5
[init]
6
defaultBranch = master
@@ -25,7 +25,7 @@
25
ci = commit
26
br = branch
27
co = checkout
28
- df = diff
+ df = diff --staged
29
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
30
31
[gitflow "branch"]
0 commit comments