[git] Fix indent in config
This commit is contained in:
parent
f3ae2338f2
commit
bcc8e641d1
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@
|
|||
dl = diff HEAD~1..HEAD
|
||||
ds = diff --staged
|
||||
dsn = diff --staged --name-only
|
||||
f = "!f() { nvim -p `git diff --name-only | uniq`; }; f"
|
||||
fo = fetch origin
|
||||
f = "!f() { nvim -p `git diff --name-only | uniq`; }; f"
|
||||
fwl = push origin HEAD --force-with-lease
|
||||
l = log
|
||||
ll = log --color --graph --pretty=format:'%Cred%h%Creset %C(bold blue)<%an> %Cgreen(%cr)%Creset%C(yellow)%d%Creset %s ' --abbrev-commit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue