git/config

34 lines
1.2 KiB
Plaintext

[core]
pager = nvimpager
[credential]
helper = cache --timeout=900
[alias]
aliases = config --get-regexp alias
br = branch
cr = checkout -b
create = 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
origin = remote add origin
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