Archive for the ‘GIT’ Category

Git bash folder navigation

Friday, January 6th, 2012

Wondering how to navigate folders and more in the Git bash tool?

I was too. I could do basic commands, but couldn’t figure out how to go up a folder. In windows it’d be “cd..”, but that didn’t work.

Turns out that Git follows standard unix commands. Here’s  a quick reference that contains all you need to know…

The answer how to navigate up a folder:

“cd ..” – slaps forehead :)