Skip to content

Commit

Permalink
added gwip
Browse files Browse the repository at this point in the history
  • Loading branch information
cjayross committed Jun 3, 2023
1 parent 523415b commit d6b1461
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsh.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ alias granch='git branch'
alias ginit='git init'
alias gommit='git commit'
alias gamend='git commit --amend'
alias gwip='git add . && git commit --allow-empty-message --no-edit'
alias gog='git log --abbrev-commit --pretty=oneline'
alias gograph='git log --abbrev-commit --pretty=oneline --graph'
alias gatus='git status'
Expand Down

0 comments on commit d6b1461

Please sign in to comment.