Skip to content

Commit

Permalink
Update the README file to remove old information.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadinfiniteskills committed Mar 12, 2014
1 parent a0c5632 commit 257f14d
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 257f14d

Please sign in to comment.