Course Information
Course Overview
Hands-on Practical guide to Git and GitHub
This course shows you how to use Git, the popular open-source version control software, to manage changes to source code and text files. The course is a beginners crash course that will teach you the basics of this popular open source version control system.
Version control allows collaborative development which makes it easy for teams to work together on projects.
The effective use of version control is important and a useful skill for developers to have in their tool kit.
Git is a version control system which is like a series of snapshots of your code which can be referenced at any time.
GitHub is a web based graphical interface where you can publish and host your Git repositories and collaborate with other people or teams. Git and GitHub has become the industry-standard version control and publishing platform . Git allows you to track changes and your development process and when used with GitHub it becomes an effective backup mechanism.
This course is for absolute beginners and will introduce you to the basics of using a version control system called Git and a collaboration platform called GitHub . Although this course does not involve any programming students who have a basic knowledge of programming or simple HTML might find it easier to follow along . Also experience of using the command line might come in handy though not mandatory as the course is so basic anyone can follow along easily.
What you will learn include how to :
- Install git
- Commit files to repository
- Write commit messages
- Understand the Git three-tree architecture
- Understand git workflow
- Track when files are added and modified
- Create ignore file to exclude files and directories
- Create remote repository
- Create and merging branches
- Understand HEAD
- Pull updates
- Push updates
Course Content
- 2 section(s)
- 30 lecture(s)
- Section 1 Getting Started
- Section 2 Creating Remote Repository on Github
What You’ll Learn
- Install Git
- Initialize a repository
- Add files to staging index
- Commit files to repository
- Write commit messages
- Understand the Git three-tree architecture
- Understand git workflow
- Track when files are added and modified
- Create gitignore file to exclude files and directories
- Create remote repository
- Create and merging branches
- Understand HEAD
- Pull updates
- Push updates
Skills covered in this course
Reviews
-
PPaul D Lewandowski
Course is at a good pace, and the presenter is clear to understand.
-
FFernando B Thomaz
Course is well divided into small pieces what I like, and easy to follow. Basic and straight to the point for a first contact with git and gitHub.
-
GGlynda Finister
Really great class. I love that your voice is slow, really good tone, methodical and good annunciation. My favorite part was you showing what file folder was being effected. I had to replay for Forking several times to understand which system you were using e.g. the one you forked from and to. That part was hard for me to grasp, but I finally got it after replaying. Maybe some flow charts could have helped to better understand that part. Thanks,
-
KKseniya Atygaeva
This is a great course for full beginners in git (like me). Described very basic but important concepts. But after this course i not feel like i can use git in my work, i need more examples with big projects. And this course actually created in 2017, not in 2020 like it named, this is not critical but keep this in mind when buy this course.