Git Version Control

Learn Gitlab

  1. Clone repository to local machine
  2. Create branch: git checkout -b <branch_name>
  3. Make your changes
  4. Stage your changes: git add .
  5. Commit your changes to your local checkout: git commit -m <message>
  6. Push your changes to the remote: git push
Git branch diagram