mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-23 23:03:11 +03:00
add some git aliases that i use
This commit is contained in:
parent
33e854682f
commit
67e9efab4d
@ -11,3 +11,11 @@
|
||||
helper = store
|
||||
[github]
|
||||
user = spirit-x64
|
||||
|
||||
[alias]
|
||||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
||||
unstage = reset --soft HEAD^
|
||||
ignore = update-index --assume-unchanged
|
||||
unignore = update-index --no-assume-unchanged
|
||||
ignored = !git ls-files -v | grep "^[[:lower:]]"
|
||||
|
Loading…
Reference in New Issue
Block a user