Changes between Version 3 and Version 4 of Setting Up Git


Ignore:
Timestamp:
Nov 26, 2015, 11:04:13 AM (9 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Setting Up Git

    v3 v4  
    2121== Git usage instructions ==
    2222
    23 For the training, right click on the repo, select switch branches, and create a new branch named your name. Then, create packages based off the naming scheme [yourname].[projectname]. Once you're done, switch back to the master branch and merge your branch in.
    24 When merging, make sure you select "If a fast forward, create a merge commit."
     23For the training, right click on the repo, select switch branches, and create a new branch named your name. Then, create packages based off the naming scheme [yourname].[projectname]. Once you're done, switch back to the master branch and merge your branch in.[[BR]]
     24
     25When merging, make sure you select "If a fast forward, create a merge commit."[[BR]]
     26
     27Remember the order of things:
     281. Make your changes to the code
     292. Commit your code to your local branch
     303. Push your local branch to the server
     314. When ready for review, merge your local branch with master
     325. Push master to the server