add custom aliases
This commit is contained in:
@@ -16,12 +16,14 @@
|
|||||||
|
|
||||||
f = fetch --all
|
f = fetch --all
|
||||||
|
|
||||||
# Pull in remote changes for the current repository and all its submodules.
|
p = push
|
||||||
p = pull --recurse-submodules
|
pf = push --force-with-lease
|
||||||
|
|
||||||
# Clone a repository including all submodules.
|
# Clone a repository including all submodules.
|
||||||
c = commit -m
|
c = commit -m
|
||||||
|
|
||||||
|
a = add
|
||||||
|
|
||||||
# Commit all changes.
|
# Commit all changes.
|
||||||
ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av
|
ca = !git add ':(exclude,attr:builtin_objectmode=160000)' && git commit -av
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user