New github user #798
-
What do you need to know when using github? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The main thing would be setting up new repositories, creating new branches and using pull requests to keep everything up to date.
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. Worst comes to worst, google it or watch a demo on youtube. Edit: |
Beta Was this translation helpful? Give feedback.
The main thing would be setting up new repositories, creating new branches and using pull requests to keep everything up to date.
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…