mirror of https://github.com/mitchell/dotfiles.git
Add pa git alias for 'push --all'
This commit is contained in:
parent
c5fc03396b
commit
5ecb8c98c2
|
@ -20,6 +20,7 @@
|
||||||
puff = pull --ff-only
|
puff = pull --ff-only
|
||||||
merff = merge --ff-only
|
merff = merge --ff-only
|
||||||
fa = fetch --all
|
fa = fetch --all
|
||||||
|
pa = push --all
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
Loading…
Reference in New Issue