From 257f14d6cc592998c5153c5e453b043e5c30cf66 Mon Sep 17 00:00:00 2001 From: chadinfiniteskills Date: Wed, 12 Mar 2014 16:07:07 -0500 Subject: [PATCH] Update the README file to remove old information. --- README.md | 43 ++----------------------------------------- 1 file changed, 2 insertions(+), 41 deletions(-) diff --git a/README.md b/README.md index 2043381..85e450c 100644 --- a/README.md +++ b/README.md @@ -6,48 +6,9 @@ The topics that will be covered in this video: ## Git Basics -0301 Cloning Your First Repository (git clone) +### Working With A Local Repository -0302 Investigating a Repository (git branch, git tag, git checkout) 0303 Making Modifications to An Existing Repository (git add) -0304 Undoing Modifications to a Repository +### Working With Remote Repositories -0305 Committing Your First Change set (git commit) -0306 Amending and Undoing Commits - -0307 Pushing Changes to Remote Repositories (git push) - -0308 Verifying Your Changes and Repository History - -0309 What Happens When A Push Fails? (Merging, Resolving Conflicts) 0310 Keeping Your Local Repository in Sync (git fetch, git pull) - -0311 Saving Changes for Later (git stash) - -0312 Resetting Files or Your Workspace (git reset) - -## Repository Operations - -0401 Creating a Branch - -0402 Sharing Your Branch With Others - -0403 Merging Git Branches - -0404 Resolving Merge Conflicts - -0405 Removing Git Branches - -0406 Creating New Repositories - -0407 Adding Remote Repositories - -0408 Tracking Remote Repositories - -0409 Git Commit History - -0410 Rewriting History (Rebasing) - -0411 Creating Tags (git tag) - -0412 Using Git Tags (using git checkout)