Skip to content

Commit

Permalink
Add Repository Operations Section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chadinfiniteskills committed Feb 21, 2014
1 parent cda5db4 commit a5b1827
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,29 @@ The topics that will be covered in this video:
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 a5b1827

Please sign in to comment.