I'm using git portable on windows. It's rather user friendly, but there is one thing that bothers me. Every time I run it I have to type the entire path to the project directory, which is quite long sometimes. Maybe it's not a serious problem, but it would be very nice to shorten it. I tried the following:
- bash script.sh // cd in this file // nothing happens
- create symbolic link it - it just copies the directory
- create windows shortcut - can't open it within git console
Anybody managed to solve this?