Changes between Version 17 and Version 18 of Event/2014/GCI
- Timestamp:
- 12/01/14 14:43:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2014/GCI
v17 v18 28 28 == Submitting Code == 29 29 30 Please read this, about how to use git and GitHub, but we have some differences for GCI, which are explained below.30 Please read this, about how to use git and !GitHub, but we have some differences for GCI, which are explained below. 31 31 http://eden.sahanafoundation.org/wiki/DeveloperGuidelines/Git 32 32 33 We will be using a GitHub repository just for GCI, rather than submitting code directly to the main repository.33 We will be using a !GitHub repository just for GCI, rather than submitting code directly to the main repository. 34 34 This will help us conserve the time of the (very busy) folks who have to approve submissions to the main repository. 35 35 … … 47 47 * "Squash" your commits into one. 48 48 * Rebase from the main repository, so your branch is fully up to date, and has no conflicts. 49 * Push your commit to your Eden repository on GitHub.50 * Open the GitHub page for your Eden repository.49 * Push your commit to your Eden repository on !GitHub. 50 * Open the !GitHub page for your Eden repository. 51 51 * Click the "Compare and Create Pull Request" button shown on that commit. 52 52 … … 64 64 pull request each day (or every few days) and submit that to the main repository. Your commits will have your name on the, 65 65 and will show up in the main repository. 66 67 66 == Mentors == 68 67