Initial commit
This commit is contained in:
commit
3bff9abe1a
1 changed files with 32 additions and 0 deletions
32
config
Normal file
32
config
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
[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
|
Loading…
Reference in a new issue