From 8f3489d1ff9fc27af11975b27d3fca6d68a48d7f Mon Sep 17 00:00:00 2001 From: Robert Kiel Date: Wed, 19 Jul 2017 15:25:15 -0400 Subject: [PATCH] Update bashrc --- dotfiles/bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/bashrc b/dotfiles/bashrc index 8342e04..d0080c4 100644 --- a/dotfiles/bashrc +++ b/dotfiles/bashrc @@ -17,6 +17,7 @@ alias stash="git stash save" alias a='git add' alias c='feature commit' +alias co='git checkout' alias d='clear; git diff -w' alias l="git log --graph --date=short --pretty=format:'%C(yellow)%h %C(white)%ad %C(black)[%C(green)%an%C(black)] %C(blue)%s%C(yellow)%d'" alias m='feature merge'