sangoku Posted November 30, 2010 Share Posted November 30, 2010 Hy i have a GIT repo on a specific location and i need to exec it. so i tooth it was like exec git reset --hard but it executes the command as it was on the base root location. I need before i execute the command to go to my GIT repo location. Can someone help me out? I read about it here http://www.linuxjournal.com/content/bash-redirections-using-exec and if i get it i need a named pipe... but i don't get how i can do it ~.~ i am a exec newbie. Link to comment https://forums.phpfreaks.com/topic/220267-exec-from-a-specific-location/ Share on other sites More sharing options...
sangoku Posted November 30, 2010 Author Share Posted November 30, 2010 U figured it out... GIT has a option to specify the repo location. exec git --git-dir=/git/repolocation/.git reset --hard you have to navigate to the hidden .git file or it wont work... internal git bug. Link to comment https://forums.phpfreaks.com/topic/220267-exec-from-a-specific-location/#findComment-1141567 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.