Add a bunch of git aliases including untracked, root and ignore.

This commit is contained in:
2014-04-16 17:32:01 -07:00
parent 3a3e826f7d
commit 23c7003fc9
3 changed files with 10 additions and 1 deletions

View File

@@ -97,3 +97,7 @@ function clipboard() {
reattach-to-user-namespace pbcopy
fi
}
function git_root() {
cd `git root`
}