forked from colonelpanic/dotfiles
add git cam and git ff
This commit is contained in:
parent
322f862e76
commit
745a83ce41
@ -5,6 +5,9 @@
|
|||||||
s = status -s
|
s = status -s
|
||||||
# Clone a repository including all submodules
|
# Clone a repository including all submodules
|
||||||
c = clone --recursive
|
c = clone --recursive
|
||||||
|
ff = merge --ff-only
|
||||||
|
ffs = "!ffs() { git ff $1 && git suir; }; ffs"
|
||||||
|
cam = commit -am
|
||||||
# Commit all changes
|
# Commit all changes
|
||||||
ca = !git add -A && git commit -av
|
ca = !git add -A && git commit -av
|
||||||
branches = branch -a
|
branches = branch -a
|
||||||
|
Loading…
Reference in New Issue
Block a user