diff --git a/index.html b/index.html index c9df4d4..27b2b56 100644 --- a/index.html +++ b/index.html @@ -36,33 +36,33 @@

Visualizing Git Concepts with D3

Basic Commands

- git commit - git branch + git commit + git branch

 

- git checkout - git checkout -b + git checkout + git checkout -b

Undo Commits

- git reset - git revert + git reset + git revert

Combine Branches

- git merge - git rebase + git merge + git rebase

Remote Server

- git fetch - git pull + git fetch + git pull

 

- git push - git tag + git push + git tag
@@ -271,13 +271,13 @@

Specific Examples

- Restore Local Branch to State on Origin Server - Update Private Local Branch with Latest from Origin - Deleting Local Branches + Restore Local Branch to State on Origin Server + Update Private Local Branch with Latest from Origin + Deleting Local Branches
- Free Playground - Zen Mode + Free Playground + Zen Mode
@@ -308,14 +308,8 @@

Specific Examples

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -