|
|
|
@ -162,14 +162,14 @@ layout: reference
|
|
|
|
|
# Initial commit
|
|
|
|
|
#
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
# (use "git rm --cached <file>..." to unstage)
|
|
|
|
|
# (use "git rm --cached <file>..." to unstage)
|
|
|
|
|
#
|
|
|
|
|
# <span class="green">new file: README</span>
|
|
|
|
|
# <span class="green">new file: hello.rb</span>
|
|
|
|
|
#
|
|
|
|
|
# Changed but not updated:
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
#
|
|
|
|
|
# <span class="red">modified: README</span>
|
|
|
|
|
#
|
|
|
|
@ -474,7 +474,7 @@ nothing to commit (working directory clean)
|
|
|
|
|
# with '#' will be ignored, and an empty message aborts the commit.
|
|
|
|
|
# On branch master
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
#
|
|
|
|
|
# modified: hello.rb
|
|
|
|
|
#
|
|
|
|
@ -514,7 +514,7 @@ Further paragraphs come after blank lines.
|
|
|
|
|
# with '#' will be ignored, and an empty message aborts the commit.
|
|
|
|
|
# On branch master
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
#
|
|
|
|
|
# modified: hello.rb
|
|
|
|
|
#
|
|
|
|
@ -558,8 +558,8 @@ Further paragraphs come after blank lines.
|
|
|
|
|
<b>$ git commit -m 'changes to hello file'</b>
|
|
|
|
|
# On branch master
|
|
|
|
|
# Changed but not updated:
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
#
|
|
|
|
|
# modified: hello.rb
|
|
|
|
|
#
|
|
|
|
@ -680,7 +680,7 @@ M hello.rb
|
|
|
|
|
<b>$ git status</b>
|
|
|
|
|
# On branch master
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
# <span class="hl">(use "git reset HEAD <file>..." to unstage)</span>
|
|
|
|
|
# <span class="hl">(use "git reset HEAD <file>..." to unstage)</span>
|
|
|
|
|
#
|
|
|
|
|
# <span class="green">modified: README</span>
|
|
|
|
|
# <span class="green">modified: hello.rb</span>
|
|
|
|
@ -735,13 +735,13 @@ nothing to commit (working directory clean)
|
|
|
|
|
<b>$ git status</b>
|
|
|
|
|
# On branch master
|
|
|
|
|
# Changes to be committed:
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
# (use "git reset HEAD <file>..." to unstage)
|
|
|
|
|
#
|
|
|
|
|
# <span class="green">modified: README</span>
|
|
|
|
|
#
|
|
|
|
|
# Changes not staged for commit:
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
# (use "git add <file>..." to update what will be committed)
|
|
|
|
|
# (use "git checkout -- <file>..." to discard changes in working directory)
|
|
|
|
|
#
|
|
|
|
|
# <span class="red">modified: README</span>
|
|
|
|
|
#
|
|
|
|
|