Skip to content

Commit

Permalink
turned annotations into comments
Browse files Browse the repository at this point in the history
  • Loading branch information
seawolf42 authored May 13, 2018
1 parent 99084c5 commit d1c4c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions class_materials/git_main_lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Before we go further, it is often useful to again check the status using `git st

```bash
$ git status
<abbreviated for clarity>
# abbreviated for clarity
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)
Expand All @@ -82,7 +82,7 @@ Take a look at things now that the file has been staged, again using `git status

```bash
$ git status
<abbreviated for clarity>
# abbreviated for clarity
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)

Expand Down

0 comments on commit d1c4c0b

Please sign in to comment.