feat: huge update

This commit is contained in:
ange 2024-10-01 13:47:31 +07:00
parent 9c621760cf
commit 757b759b4a
Signed by: ange
GPG key ID: 9E0C4157BB7BEB1D
47 changed files with 221 additions and 286 deletions

View file

@ -9,3 +9,31 @@
cmd = nvim -d -c \"wincmd l\" \"$LOCAL\" \"$REMOTE\"
[init]
defaultBranch = main
[alias]
a = add
aa = add --all
ap = apply
b = branch
bl = blame -w
bs = bisect
c = commit --verbose
ca = commit --verbose --all
cl = clone
co = checkout
cp = cherry-pick
d = diff
dup = diff @{upstream}
f = fetch
l = pull
lo = log --oneline --decorate
ls = ls-files
m = merge
p = push
r = remote
rb = rebase
rev = revert
rh = reset
rs = restore
st = status
sta = stash
vi = difftool