Hi,

Let's say I want to do this setup:
Clone sqlite repo on a local server
Then clone the server into several machines, with the users pushing changes

Then, someday, I will want to update my sqlite "base" code.

In git, one would first fork the code from another repo, add a second
remote:
git remote add upstream

then proceed to work as usual. Then do a:
git fetch upstream

and even a merge:
git merge upstream/master


Any recomendation on how to perform something like this, for example, with
the sqlite code?


Thanks,


PS: just in case https://help.github.com/articles/fork-a-repo
https://help.github.com/articles/fork-a-repo
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to