We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3bcff commit 061a6faCopy full SHA for 061a6fa
1 file changed
.gitconfig
@@ -25,7 +25,8 @@
25
ci = commit
26
br = branch
27
co = checkout
28
- df = diff --staged
+ df = diff
29
+ dfs = diff --staged
30
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
31
32
[gitflow "branch"]
0 commit comments