On Tue, Oct 16, 2012 at 04:46:06PM -0400, Galen Charlton wrote: > Hi, > > On Tue, Oct 16, 2012 at 4:40 PM, Jim Long <[email protected]> wrote: > >> git remote add working git://git.evergreen-ils.org/working/Evergreen.git > > > > That line gives me: > > > > fatal: Not a git repository (or any of the parent directories): .git > > To add the remote, you need to be in the Evergreen directory created > by 'git clone git://git.evergreen-ils.org/Evergreen.git'.
Thank you, Galen. With that simple step, all of Jason's suggested commands ran without problems. Jim ... * [new branch] user/[email protected]/tab_portal_command -> working/user/[email protected]/ta b_portal_command * [new branch] user/[email protected]/update_fix -> working/user/[email protected]/update_fix * [new branch] user/[email protected]/documentation_work -> working/user/ysuarez@berkle e.edu/documentation_work test : 14:54:17 /home/opensrf/Evergreen> git checkout -b freebsd-compat working/user/dyrcona/freebsd-compat Branch freebsd-compat set up to track remote branch user/dyrcona/freebsd-compat from working. Switched to a new branch 'freebsd-compat' test : 14:54:56 /home/opensrf/Evergreen> git rebase origin master Switched to branch 'master' Current branch master is up to date.
