Comment 9 for bug 1755952

Revision history for this message
Seth Hillbrand (sethh) wrote :

Hi Cé-

1) git clone git+ssh://<email address hidden>/kicad kicad-source
2) cd kicad-source
3) git remote rename origin upstream
4) git remote add origin git+ssh://<email address hidden>/~cedric-dewijs-telfort/+git/kicad
5) git push --set-upstream origin master

You now have two remotes in your directory, one named "origin" that has your personal git repository as the push target and one named "upstream" that targets the kicad repository. You won't be able to push to it, but you can fetch and rebase from it to keep your repository up to date.