How do I change the default location for Git Bash on Windows? -


i using git on windows 7 , access repositories through git bash. how can change default location git bash opens when start it?

it's time consuming navigate htdocs, , specific folder. there way change configuration file have open elsewhere? or possible write .sh file this?

unfortunately git bash won't open htdocs folder shortcut on desktop, , takes 5 cds desired directory.

after installing msysgit have git bash here option in context menu in windows explorer. navigate directory , open bash right there.

i copied default git bash shortcut desktop , edited start in property point project directory. works flawlessly.

windows 7x64, msysgit.


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -