feat: huge update
This commit is contained in:
parent
9c621760cf
commit
757b759b4a
47 changed files with 221 additions and 286 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue