more refinement
This commit is contained in:
18
git/.gitconfig
Normal file
18
git/.gitconfig
Normal file
@@ -0,0 +1,18 @@
|
||||
[include]
|
||||
path = ~/.gitconfig.local
|
||||
|
||||
[alias]
|
||||
st = status
|
||||
logg = log --graph --decorate --oneline --all
|
||||
cm = commit
|
||||
df = diff
|
||||
dfs = diff --staged
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
[pull]
|
||||
rebase = true
|
||||
|
||||
[init]
|
||||
templateDir = ~/.git-template
|
||||
Reference in New Issue
Block a user