Skip to content

Instantly share code, notes, and snippets.

@tamuhey
Last active March 27, 2019 02:01
Show Gist options
  • Select an option

  • Save tamuhey/420d1572d72346bf9a2a544a0586251a to your computer and use it in GitHub Desktop.

Select an option

Save tamuhey/420d1572d72346bf9a2a544a0586251a to your computer and use it in GitHub Desktop.
cd to git root directory in bash
function cd-gitroot(){
cd $(git rev-parse --show-toplevel)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment