mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Added two git-fetch aliases I use regularly
This commit is contained in:
parent
edfc6a170c
commit
ab770cddae
1 changed files with 4 additions and 0 deletions
|
|
@ -175,3 +175,7 @@ alias gignore='git update-index --assume-unchanged'
|
|||
alias gunignore='git update-index --no-assume-unchanged'
|
||||
# list temporarily ignored files
|
||||
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||
|
||||
# these aliases work with git-fetch
|
||||
alias gfa='git fetch --all'
|
||||
alias gfo='git fetch origin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue