Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Feat: Add alias for 'git mv'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Sep 13, 2022
1 parent 0ceb95a commit 8fbd2a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ alias ga='git add'
alias gaa='git add .'
alias gc='git commit'
alias gcm='git commit -m'
alias gmv='git mv'
alias gp='git push'
alias gpl='git pull'
alias gl='git log'
Expand Down

0 comments on commit 8fbd2a7

Please sign in to comment.