Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 2.15 KB

learn_git.md

File metadata and controls

40 lines (22 loc) · 2.15 KB
layout title permalink
page
Learn Git
/learn_git/

Installing Git

Official Git release

GitHub Desktop Client

Youtube courses

All you need to know in one tutorial - Git and GitHub for poets - Playlist

If you need a short refresher on git bash, I recommend this video: Learn Git in 20 Minutes

If you want to get a more in depth look at git, see: Advanced GIT for developers

Common commands and operations

Command line cheat sheet

If you know what you need to do, but don't know how to do it, here are some good resources. Firstly, a shoutout to Google and Stack Overflow. Without the help of these two, learning Git would be a lot more difficult.

The GitHub help pages has a lot of good short tutorials, including: Setting up Git, Cloning a repository, and Uploading your repository using the command line.

If you have messed up your repository, this guide is priceless: On undoing, fixing, or removing commits in git.

Official reference

If you are more technically oriented, or you just want to torture yourself, you might want to check out the official reference.

Introduction to git presentation

This introduction to git presentation was held on the 24th of January 2019: Introduction To Git

If you have any questions, you can contact Netsoc through Facebook, or message the server admin directly on Facebook or Twitter, or shoot me an email at [email protected]