Tutorial

A 15-Minute GIT Tutorial with Tim from LearningFuze

Liz Eggleston

Written By Liz Eggleston

Last updated on February 16, 2021

Course Report strives to create the most trust-worthy content about coding bootcamps. Read more about Course Report’s Editorial Policy and How We Make Money.

As you’re researching bootcamps, you’ve probably come across terms like version control or Git or GitHub. At many coding bootcamps, Git is the first tool you’ll learn – including LearningFuze in California. Tim Davis, Chief Academic Officer at LearningFuze takes us through the basics of Git [video 1] and a 15-minute Git tutorial [video 2]. Learn all about the history of Git, why version control is an essential best practice in 2021, and how to use GitHub to collaborate with other developers.

Meet your Expert: Tim Davis

  • Tim Davis is a long-time member of the Orange County developer community
  • Now, he’s the Chief Academic Officer at LearningFuze, where he oversees all the curriculum development and teaches intermediate topics to LearningFuze students.

What is Version Control?

Version control is a way to create snapshots of work progress over time. For example, the ability to undo and redo capabilities in programs like Microsoft Word and Photoshop. These programs record actions taken which then enable users to track changes and time travel to previous versions.

What is GIT?

Git is a specific implementation of version control. Git is a tool that you use locally (on your own computer). Git is the predominantly used version control tool to track changes. 

Git was created by Linus Torvalds who started the Linux kernel project; he was using another programming that he hated, so he built his own tool called GIT. The whole purpose was to be able to track changes to the Linux kernel as the community was working on it. 

Before these version control tools existed, developers would do whatever they could to keep track of changes. Typically, that meant saving a file, then making changes and renaming it “Version 2”, then making changes and naming it “Version 3” and so on. 

Developers that worked in the same building or on the same network would store their code centrally, so everybody could access the files through the internet or their local network in their office. People had to communicate really carefully with each other to prevent overriding each other’s work. They were constantly stepping on each others' feet. The collaborative aspect is where version control shines. 

What’s the difference between GIT vs GitHub

I still remember having this question myself!

Git is a tool that you use locally (on your own computer). On your local machine, you either use your command line interface or a GUI tool to operate the GIT version control system on your local computer.

GitHub is a web application that was created 2-3 years after GIT itself. The website serves as a place to publish work so other developers can see it. In that way, it is very important to open source development. 

Think of GitHub as “Git with friends!” GitHub adds a social coding dynamic to project management. If someone would like to contribute to your project, they can see it on GitHub, get a copy of it on their local computer, work on it, upload their ideas and changes to GitHub, then suggest that you incorporate them into your project. 

GIT Vocab + Jargon

Commit is like "saving" for Git. A commit is a checkpoint in time for your project. 

Clone is an entire copy of a project, including all of its commits, branches, everything about the project

Fork is like a sideways clone. When you commit history for a specific project, you can pick up from where they left off and go a different direction if you want. Forking is an important part of open source contribution when working on someone else's' project, when you don't have control over their repository; part of a collaborative workflow between strangers on GitHub

Pull request: creating a record on GitHub that asks the maintainer if they will pull your changes into their project. Then the maintainer decides if they will accept the changes or not. 

Branch: if a commit is a snapshot in time of your project, then a branch is an alternate timeline. It’s a project that has its own commit history; when someone wants to make additions, they don’t make commits on the trunk of a project, they make commits on branches to keep them from affecting the project itself until the official pull request.

Which Jobs Use Git? 

Any field that utilizes plain text configuration uses Git – primarily software developers and DevOps. There’s huge potential for fields like data science and UI/UX design to implement version control, but presently, they are still figuring out best practices. 

15-Minute GIT Tutorial

Alternatives to Git and GitHub

Git and GitHub are massively dominant, but there are alternatives.

Git Curriculum at LearningFuze

LearningFuze ensures that Git is a part of the curriculum because version control is a required skill in modern development. No software is built by one person. Commercial software responsible for business processes or revenue generation will require a team of developers. It is absolutely critical for developers to have an understanding of version control for collaboration. 

On a practical level, at LearningFuze, you can't turn anything in without using GitHub, so Git is the first thing you learn as a student. 

Why is GitHub important to landing your first job?

The basic theory is: If you like coding enough to be a professional developer, to be willing to do it full-time as a career - a way to demonstrate your willingness to code is to actually do it. Employers would like to see that you're actively coding so that they can feel confident about giving you a coding position. 

How to Learn Git

Tim’s favorite resources (with links):

  • freeCodeCamp’s video tutorial introduction to Git and GitHub
  • Pro Git is a free book on their website w/ documentation that explains the History and Why of Git, plus higher level concepts that you'll most frequently interact with as a Git user.
  • Advanced Git Tutorial by Tim Berglund delves into the detailed inner workings of Git.

Find out more and read LearningFuze reviews on Course Report. This article was produced by the Course Report team in partnership with LearningFuze.

About The Author

Liz Eggleston

Liz Eggleston

Liz Eggleston is co-founder of Course Report, the most complete resource for students choosing a coding bootcamp. Liz has dedicated her career to empowering passionate career changers to break into tech, providing valuable insights and guidance in the rapidly evolving field of tech education.  At Course Report, Liz has built a trusted platform that helps thousands of students navigate the complex landscape of coding bootcamps.

Also on Course Report

Get our FREE Ultimate Guide to Paying for a Bootcamp

By submitting this form, you agree to receive email marketing from Course Report.

Get Matched in Minutes

Just tell us who you are and what you’re searching for, we’ll handle the rest.

Match Me