Minor changes.

This commit is contained in:
2017-10-15 07:25:21 -04:00
parent f805eb8f24
commit 39e760b5a9
3 changed files with 4 additions and 3 deletions

View File

@@ -28,7 +28,8 @@ alias gps="git push"
alias vig="vi .gitignore"
alias ga="git add *"
alias gai="git add .gitignore"
alias gd="git diff --cached"
alias gd="git diff"
alias gdc="git diff --cached"
gc(){
git commit -m "$1"
}