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