-
Notifications
You must be signed in to change notification settings - Fork 13
Collaboration Workflows
Siddhartha Kasivajhula edited this page Jul 10, 2022
·
14 revisions
There are many things you could do to make collaboration with other developers more convenient. This page documents some options.
In your local repo,
$ git remote add <them> [email protected]:<their_username>/qi.git
... where "them" is any convenient alias you'd like to use to refer to your new friend, the other developer.
Now you can always:
$ git fetch <them>
to try out their latest changes, or even start pull requests against their in-progress branches.
Home | Developer's Guide | Calendar | Events | Projects | Meeting Notes