Changes between Version 2 and Version 3 of explainGIT
- Timestamp:
- Jan 21, 2015, 1:42:06 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
explainGIT
v2 v3 1 1 This is a simple guide for developers, to allow a common tree structure and commit messages for every package stored into the main repository. 2 2 3 The below is work in progress .4 {{{ 3 The below is work in progress: 4 5 5 First of all, I want to give you a couple of tricks on how to do house keeping WRT pulling new changes from upstream in our git. According to our workflow, we periodically want to take new changes from the upstream branch we currently base our OS/2 releases on, as well as to switch to a new upstream branch when we think it’s time to do so for the OS/2 version. 6 6 … … 47 47 48 48 It should reset the repository to the state it was before issuing the merge command. Note that the abort command will most likely not work correctly if you execute any other git command that modifies the state of files in between. 49 }}}