mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Add Alias To Discard All Unstaged Files
Added alias 'gda' => 'git discard all' to checkout all unstaged files & folders in the project.
This commit is contained in:
parent
7fabc8bca4
commit
db00152410
1 changed files with 1 additions and 0 deletions
|
|
@ -78,6 +78,7 @@ alias gcp='git cherry-pick'
|
|||
alias gcs='git commit -S'
|
||||
|
||||
alias gd='git diff'
|
||||
alias gda='git checkout -- .'
|
||||
alias gdca='git diff --cached'
|
||||
alias gdct='git describe --tags `git rev-list --tags --max-count=1`'
|
||||
alias gdt='git diff-tree --no-commit-id --name-only -r'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue