mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
New aliases for git
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
7591b56b9d
commit
4ca1f0fd8b
2 changed files with 7 additions and 0 deletions
|
|
@ -24,6 +24,9 @@
|
|||
rewrite-history8 = rebase -i HEAD~8
|
||||
rewrite-history9 = rebase -i HEAD~9
|
||||
rewrite-history10 = rebase -i HEAD~10
|
||||
tags = tag -l
|
||||
branches = branch -a
|
||||
remotes = remote -v
|
||||
|
||||
# This only works if git > 0.7.10
|
||||
# # [include]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue