33 lines
1.1 KiB
Text
33 lines
1.1 KiB
Text
|
[core]
|
||
|
pager = nvimpager
|
||
|
[credential]
|
||
|
helper = cache --timeout=900
|
||
|
[alias]
|
||
|
aliases = config --get-regexp alias
|
||
|
br = branch
|
||
|
cr = git checkout -b
|
||
|
create = git checkout -b
|
||
|
co = checkout
|
||
|
delete = branch --delete
|
||
|
del = branch --delete
|
||
|
DEL = branch --delete --force
|
||
|
com = commit
|
||
|
cm = commit
|
||
|
di = diff
|
||
|
diff-graph = log --patch --graph --decorate=full --abbrev-commit --all --pretty=oneline
|
||
|
diffs = log --patch --decorate=full --abbrev-commit --all --pretty=oneline
|
||
|
email = config user.email
|
||
|
gr = log --graph --decorate=full --abbrev-commit --all
|
||
|
graph = log --graph --decorate=full --abbrev-commit --all
|
||
|
name = config user.name
|
||
|
ol = log --graph --decorate --abbrev-commit --all --pretty=oneline
|
||
|
one-line = log --graph --decorate --abbrev-commit --all --pretty=oneline
|
||
|
sq = merge --squash
|
||
|
squash = merge --squash
|
||
|
st = status --branch --show-stash --long --verbose --untracked-files=all --ignore-submodules
|
||
|
status = status --branch --show-stash --long --verbose --untracked-files=all --ignore-submodules
|
||
|
tag = tag --annotate
|
||
|
tags = tag
|
||
|
[init]
|
||
|
defaultBranch = master
|