Skip to content

Instantly share code, notes, and snippets.

@manpages
Created April 2, 2013 03:28
Show Gist options
  • Save manpages/5289690 to your computer and use it in GitHub Desktop.
Save manpages/5289690 to your computer and use it in GitHub Desktop.
cd into git root
if [ "`git rev-parse --show-cdup`" != "" ]; then cd `git rev-parse --show-cdup`; fi && pwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment