Skip to content

Commit

Permalink
Advice on origin; refs #51
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Jun 23, 2017
1 parent 4538b52 commit 746507b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/sourcecode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,12 @@ A basic good practice using Git is to create a branch for everything you want to

When you open a new pull request, it will be reviewed by one or more member of the community. If you're asked to make some changes, just commit again on your local branch, push it, and you're done; the pull request will be automatically updated.

.. note::

It's up to you to manage your fork; and keep it up to date. I'll advice you to keep original branches (such as ``master`` or ``x.y/bugfixes``) pointing on the upstream repository.

Tha way, you'll just have to update the branch from the main repository before doing anything.

Bugs
^^^^

Expand Down

0 comments on commit 746507b

Please sign in to comment.