I\'m new to git so I apologize (and please correct me) if I misuse terminology here, but I\'ll do my best.
I\'m trying to set up a bare git repo (hub) and a developm
Try instead:
#!/bin/sh cd /path/to/working-copy/ env -i git pull