Y
Hacker News
new
|
ask
|
show
|
jobs
CD to the root of current GIT repo
2 points
by
philipthrasher
4961 days ago
function groot() { cd $(git rev-parse --show-cdup); }
Place this in your .*shrc
P.S. If you want to get back to where you were in the git repo: cd -