Update .config/git/config.aliases
This commit is contained in:
parent
5e08f96e1b
commit
19d731f246
1 changed files with 13 additions and 5 deletions
|
@ -102,6 +102,14 @@
|
||||||
sub = submodule
|
sub = submodule
|
||||||
subu = submodule update --init --recursive
|
subu = submodule update --init --recursive
|
||||||
|
|
||||||
|
r = remote
|
||||||
|
rv = remote --verbose
|
||||||
|
ra = remote add
|
||||||
|
rrm = remote remove
|
||||||
|
rmv = remote rename
|
||||||
|
rset = remote set-url
|
||||||
|
rup = remote update
|
||||||
|
|
||||||
# Logs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
# Logs - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||||
|
|
||||||
# Current branch.
|
# Current branch.
|
||||||
|
|
Loading…
Reference in a new issue