mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 08:55:38 +02:00
added plurals aliases
This commit is contained in:
parent
4b480bda71
commit
69d021f24e
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
|
|
||||||
|
branches = branch -a
|
||||||
|
tags = tag
|
||||||
|
stashes = stash list
|
||||||
|
remotes = remote -v
|
||||||
|
|
||||||
precommit = diff --diff-algorithm=minimal -w
|
precommit = diff --diff-algorithm=minimal -w
|
||||||
interative = add --patch
|
interative = add --patch
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue