Skip to content

Commit 061a6fa

Browse files
committed
Improve git configuration
1 parent 8d3bcff commit 061a6fa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
ci = commit
2626
br = branch
2727
co = checkout
28-
df = diff --staged
28+
df = diff
29+
dfs = diff --staged
2930
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
3031

3132
[gitflow "branch"]

0 commit comments

Comments
 (0)