mirror of
https://github.com/Phantop/dotfiles
synced 2025-07-12 14:15:38 +00:00
24 lines
473 B
Plaintext
24 lines
473 B
Plaintext
[alias]
|
|
a = commit -a
|
|
ad = add
|
|
b = branch
|
|
c = commit
|
|
ca = commit --amend
|
|
caa = ca -a
|
|
ch = checkout
|
|
cl = gc --aggressive --prune=now
|
|
d = diff
|
|
g = clone --recursive
|
|
l = log
|
|
open = remote -v
|
|
p = pull
|
|
pop = stash pop
|
|
pu = push
|
|
puf = push -f
|
|
r = reset --hard
|
|
root = rev-parse --show-toplevel
|
|
s = status
|
|
sd = submodule deinit --all -f
|
|
su = submodule update --init --recursive
|
|
w = clean -fdx
|