OrangeAed / NC_Historic_Companion

0 stars 0 forks source link

Learning Git #2

Open OrangeAed opened 5 days ago

OrangeAed commented 5 days ago

Complete the following Git Labs. You should aggressively reach out for help if you feel confused or stuck. It is crucial that you understand this well. I won't be upset if you ask a million questions, but it will be a problem if you move on without understanding how Git works and how we use it.

You should be able to:

  1. Explain what Git is and why it is used
  2. Explain the different stages of changes in Git (unstaged, staged, committed, pushed) and when to use them
  3. Create a new Git branch and move between branches in both the terminal and WebStorm
  4. Make changes to a file, stage, commit, and push in both the terminal and WebStorm
  5. Make a pull request and review a pull request