etc/dot/file/gitconfig
2024-09-05 18:02:00 +05:00

40 lines
531 B
Text

[include]
path = ~/lib/git/personal
[includeIf "gitdir:~/dev/latoken/"]
path = ~/lib/git/latoken
[alias]
co = checkout
ci = commit
cl = clone
clr = clone --recursive
st = status
ad = add
br = branch
df = diff
sm = submodule
rt = remote
rs = reset
sh = stash
ps = push
pl = pull
fc = fetch
lg = log
tg = tag
stsh = stash
type = cat-file -t
dump = cat-file -p
[core]
autocrlf = input
[pull]
ff = only
[color]
diff = auto
status = auto
branch = auto
ui = auto
pager = true
[init]
defaultBranch = main