diff --git a/source/sec_git_basics.ptx b/source/sec_git_basics.ptx index 708f218a..a4fc1118 100644 --- a/source/sec_git_basics.ptx +++ b/source/sec_git_basics.ptx @@ -39,7 +39,7 @@ - + Initializing a Repository in an Existing Directory @@ -105,9 +105,9 @@ $ git commit -m 'Initial project version' - + - + Cloning an Existing Repository @@ -148,7 +148,7 @@ $ git commit -m 'Initial project version' - + @@ -188,7 +188,7 @@ $ git commit -m 'Initial project version' - + Checking the Status of Your Files @@ -232,9 +232,9 @@ nothing added to commit but untracked files present (use "git add" to track) - + - + Tracking New Files @@ -267,9 +267,9 @@ Changes to be committed:

-
+ - + Staging Modified Files @@ -351,9 +351,9 @@ Changes to be committed: modified: CONTRIBUTING.md - + - + Short Status @@ -376,9 +376,9 @@ M lib/simplegit.rb

-
+ - + Ignoring Files @@ -512,9 +512,9 @@ doc/**/*.pdf - + - + Viewing Your Staged and Unstaged Changes @@ -659,9 +659,9 @@ index 8ebb991..643e24f 100644

-
+ - + Committing Your Changes @@ -741,9 +741,9 @@ index 8ebb991..643e24f 100644

-
+ - + Skipping the Staging Area @@ -773,9 +773,9 @@ $ git commit -a -m 'Add new benchmarks'

-
+ - + Removing Files @@ -858,9 +858,9 @@ Changes to be committed:

-
+ - + Moving Files @@ -910,7 +910,7 @@ $ git add README - + @@ -1039,7 +1039,7 @@ index a0a60ae..47c6340 100644 - + Showing Your Remotes @@ -1097,9 +1097,9 @@ origin git@github.com:mojombo/grit.git (push) - + - + Adding Remote Repositories @@ -1140,9 +1140,9 @@ From https://github.com/paulboone/ticgit

-
+ - + Fetching and Pulling from Your Remotes @@ -1186,9 +1186,9 @@ From https://github.com/paulboone/ticgit - + - + Pushing to Your Remotes @@ -1206,7 +1206,7 @@ From https://github.com/paulboone/ticgit

-
+