diff --git a/.bashrc b/.bashrc index b109a4c..65febf2 100644 --- a/.bashrc +++ b/.bashrc @@ -27,7 +27,7 @@ eval "$(dircolors)" # git alias st='git status' -alias gc="git checkout' +alias gc='git checkout' alias gp='git push' alias gpr='git pull origin --rebase' alias cmt='git commit -m'