Changes

Jump to: navigation, search

GIT for OOP344 Projects

443 bytes removed, 14:48, 29 October 2012
Very Important Note regarding working on anissues
#push the branch back to github
#:<big><pre>git push --set-upstream origin IssueNameOrID</pre></big>
=='''Very Important Note regarding working on anissues'''==
# Never work on the master branch.
# Always create a branch to do the work in.
# Constantly push the work back to github
#: (Like pressing the save button on an editor)
# when it is done, create a pull request for someone else to check the code and merge it back to the master branch
# when it is merged, then pull the changes to master
# pickup another issue and go the step one.
 
=Work on the issue=
#start working on the issue committing the work regularly

Navigation menu