Adam Thompson <[email protected]> writes: > Looks ok from an initial review, not built or tested though. Is this pushed?
No, it isn't pushed. I wanted people to have a look before it is pushed. > Also, how do I tell my repo to track the master repo now rather than my fork? git remote set-url origin https://github.com/CMB/edbrowse.git git remote set-url origin '[email protected]:CMB/edbrowse.git should do the trick. If the master branch in your local repo is out of sync with the one on CMB/edbrowse.git, you may also need to do something like: git branch -D master git branch master origin/master git checkout master But hopefully not. git can be daunting. I still find it so at times, even though I've been using it for about 6 years. -- Chris _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
