training:git_and_github

Git and Github

Git is a command line based tool that helps you to keep track of different versions of your code. You might have done this manually before in some of your classes - you might have saved files with different version numbers … essay_v1, essay v_2, etc. Git helps you to manage this.

Github is essentially a hosting service for Git repositories. Think of it like a specialized Dropbox or Google Drive just for code that uses Git. Note - it's important to make a distinction between Git and Github

Git can be a little confusing to learn at first but plenty of people before you have learned it and it's in widespread use by software developers all over the world. Odds are, you'll encounter Git or some other version control system in the future again.

More Resources

Questions

Make sure you know and understand the answers to the questions below before you move on. If you don't fully understand these core concepts you'll get confused later on. These are also good discussion points for your team.

  1. What is a version control system?
  2. Why is it useful?
  3. What is git?
  4. What is Github?
  5. How are git and Github different from each other?
  6. Why do you think git or any other version control system can be useful?

Next Steps

Authors

Contributing authors:

kluong

Created by kluong on 2016/01/24 23:08.

  • training/git_and_github.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)