Skip to content

Instantly share code, notes, and snippets.

@flav
Created February 16, 2011 17:32
Show Gist options
  • Save flav/829775 to your computer and use it in GitHub Desktop.
Save flav/829775 to your computer and use it in GitHub Desktop.
alias cgd='p=$(pwd);t=; until [ "$p" = "$d" ]; do p=${p#*/}; d=${p%%/*}; t="$t/$d"; if [ -d "$t/.git" ]; then cd "$t"; break; fi; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment