In Git you can clone a given directory to given directory:
git clone ssh://gitolite@dev.bipper.com:3687/com/bipper/kids/portal <dir>
Cause of some intricate issues with "cd" command when I run one of our build scripts I would like to take git pull something like this:
git pull <dir-to-the-git-folder>
Ergo not having to be in the git folder when executing the pull (or fetch/merge) when doing so, is it possible to achieve somehow (my above example doesn't work)