forked from colonelpanic/dotfiles
Add a bunch of git aliases including untracked, root and ignore.
This commit is contained in:
@@ -97,3 +97,7 @@ function clipboard() {
|
||||
reattach-to-user-namespace pbcopy
|
||||
fi
|
||||
}
|
||||
|
||||
function git_root() {
|
||||
cd `git root`
|
||||
}
|
||||
|
Reference in New Issue
Block a user