etc/dot/file/gitconfig

33 lines
456 B
Text
Raw Normal View History

2022-09-02 11:20:23 +03:00
[include]
path = ~/lib/git/personal
[includeIf "gitdir:~/dev/latoken/"]
path = ~/lib/git/latoken
2020-11-04 02:03:20 +03:00
[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
2020-11-04 02:03:20 +03:00
type = cat-file -t
dump = cat-file -p
[core]
autocrlf = input
2022-09-05 18:07:23 +03:00
[pull]
ff = only
2024-07-12 01:18:44 +03:00
[credential]
guiPrompt = false