darkelfs56 / github-upload

https://lab.github.com/githubtraining/uploading-your-project-to-github
0 stars 0 forks source link

Branch and Pull requests #6

Open darkelfs56 opened 3 years ago

darkelfs56 commented 3 years ago

To prevent chaotic development of our project, I would suggest you learn how to create branch and pull requests, because that would ease the code development, without it getting jumbled up in unnecessary code and resources. Don't just push everything to the Main branch.

You can visit this link to know more about it: Hello World git upload guide

@doctorsquare-pog @roorero @nxrsdi

Thank you.

darkelfs56 commented 3 years ago

This is how you do branch, commits and pull request:

In command line!

-> git remote add origin https://github.com/darkelfs56/github-upload //Need to do once only, make sure to do this //In case of error, do: ->git fetch ->git pull ->git push origin :master e.g: git push -u origin index:master

To push commits to your created branch.

@doctorsquare-pog @nxrsdi @roorero