mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge 8cb6f4bc96 into efd6d4d593
This commit is contained in:
commit
6d29f1b74c
1 changed files with 2 additions and 0 deletions
|
|
@ -175,5 +175,7 @@ alias gunignore='git update-index --no-assume-unchanged'
|
|||
# list temporarily ignored files
|
||||
alias gignored='git ls-files -v | grep "^[[:lower:]]"'
|
||||
|
||||
# Snapshot current workspace for backup purposes
|
||||
alias gsnapshot='git stash save "snapshot: $(date)" && git stash apply "stash@{0}"'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue