Skip to content

Commit

Permalink
more git aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Nov 5, 2024
1 parent 7a52114 commit 6335370
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zsh/aliases
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ alias vim='nvim'
# git #
#######
alias g='git'
alias ga='git add'
alias gaa='git add --all'
alias gc='git commit'
alias gp='git push'
alias gs='git switch'
Expand Down

0 comments on commit 6335370

Please sign in to comment.