Skip to content

Learn how to store code, collaborate, and share information with Github for open source development and knowledge sharing.

Notifications You must be signed in to change notification settings

Citrix-TechSpecialist/Git-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git-101: An Introduction to Git using SourceTree

Table of Contents

  1. Module 0: Setup Git, SourceTree, and Github
  2. Module 1: Create a new Repository
  3. Module 2: Adding and Staging Changes
  4. Module 3: Committing and Sharing Changes (Pushing)
  5. Module 4: Branching, Merging, and Reverting
  6. Module 5: Cloning, Forking and Pull Requests

Introduction

git

Git is a Version Control Software that allows a team of people to work together, all using the same files. And it helps the team cope with the confusion that tends to happen when multiple people are editing the same files.

Version control systems are a category of software tools that help a content creators and teams manage changes to files over time. Version control software keeps track of every modification to the text file in a special kind of database. If a mistake is made, the creator can turn back the clock and compare earlier versions of the code to help fix the mistake while minimizing disruption to all team members.

version control systems

Further Reading and Citations

https://www.quora.com/What-is-git-and-why-should-I-use-it
https://www.atlassian.com/git/tutorials/what-is-git
http://rogerdudler.github.io/git-guide/
http://cs.co/git-us2017

About

Learn how to store code, collaborate, and share information with Github for open source development and knowledge sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published