21
edits
Changes
→Work on the issue
#:<big><pre>git push --set-upstream origin IssueNameOrID</pre></big>
=Work on the issue=
#start Never work on the master branch. # Start working on the issue in the branch related to the issue committing the work regularly #push Push the changes to the branch on back to github constantly to share, .#: By doing this you can discuss your code and problems with your professor and team membersand also demonstrate your work habits.
=Pull request=
#push final changes to github