chingu-voyages/soloproject-tier1-tickybot-clone

Learn git + GitHub

Opened this issue · 0 comments

Familiarize yourself with git and GitHub.

Good Tutorials Here

  1. https://medium.com/@francesco.agnoletto/how-to-not-f-up-your-local-files-with-git-part-1-e0756c88fd3c

  2. https://medium.com/@francesco.agnoletto/how-to-not-f-up-your-local-files-with-git-part-2-fc4e243be02a

  3. https://medium.com/chingu/how-to-not-f-up-your-local-files-with-git-part-3-bf03b27b6e64

Git Topics to Know

  • Cloning a repository
  • Connecting your local repository to the remote/origin
  • Pulling commits into your branch
  • Pushing commits into the remote branch
  • Merging conflicting commits