Skip to content

New github user #798

Answered by Alex-935
thangthugian asked this question in Q&A
Discussion options

You must be logged in to vote

The main thing would be setting up new repositories, creating new branches and using pull requests to keep everything up to date.

  • repository: like folders for projects.
  • branches: let you change code without affecting the main code
  • pull requests let you submit changes without immediately modifying the main code. It allows you to easily review the differences and other to also review the proposed changes.

This could be useful to follw to get to grips with the basics: https://docs.github.com/en/get-started/quickstart/hello-world

Easiest way to understand it is to mess around with it. Set up some private repositories and mess around until it clicks.
If you are using an IDE with github integ…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sanjay-kv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
💬 Discussion Open to further discussion and development
2 participants