Skip to content

Commit

Permalink
Updated infor about using a branch
Browse files Browse the repository at this point in the history
...to be more specific about how painful life can become.
  • Loading branch information
steveswinsburg committed Sep 10, 2015
1 parent 6efb67f commit 2a9c13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ To work on and contribute to Sakai:

#### Never work in your ***local*** `master` branch.

This branch should always be the same as what is in Sakai's ***upstream*** `master` and if you make commits into your ***local*** `master`, it complicates things.
This branch should always be the same as what is in Sakai's ***upstream*** `master` and if you make commits into your ***local*** `master`, and those commits are not accepted into the Sakai master repository, you will forever be maintaining them yourself, which can get very complicated. To make life easier for yourself, **use a branch for everything**.

### General workflow

Expand Down

0 comments on commit 2a9c13c

Please sign in to comment.