git-intro
latest
Contents:
Introduction
Configuration
Creating a Repository
Updating a Repository
Comparing the Working Copy and Repository
Viewing Repository History
Moving or Removing Files From the Repository
Stashing Changes
Using Branches
Using Tags
Reverting Changes
Using Remote Repositories
Git Cheat Sheet
git-intro
Docs
»
Introduction to Git
Edit on GitHub
Introduction to Git
ΒΆ
Contents:
Introduction
Configuration
Creating a Repository
Updating a Repository
The Working Set
Adding/Removing Files to the Working Set
Ignoring Files
Committing the Working Set
Comparing the Working Copy and Repository
Viewing Repository History
Moving or Removing Files From the Repository
Stashing Changes
Using Branches
The Master Branch
Creating a New Branch
Switching Branches
Merging Changes Between Branches
Visualizing Branches
Using Tags
Reverting Changes
Using Remote Repositories
Cloning a Remote Repository
Connecting an Existing Repository to a Remote Repository
Updating From a Remote Repository
Rebasing
Git Cheat Sheet
Configuration
Create Repositories
Make Changes
Branches
Refactor Filenames
Suppress Tracking
Save Fragments
Review History
Redo Commits
Synchornizing Changes