added git aliases

This commit is contained in:
2021-10-08 14:23:37 +01:00
parent 1dabb10cb6
commit 2cef2502f0
3 changed files with 8 additions and 1 deletions
+6
View File
@@ -19,3 +19,9 @@ alias c="cd ~/.config"
alias yt="youtube-viewer"
# Git Stuff!
alias gs="git status"
alias gp="git push"
alias ga="git add"