diff --git a/.gitconfig b/.gitconfig index e49632a..d836679 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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:]]"