Skip to content

Commit

Permalink
Fix to 'git' to make it follow format of later pages
Browse files Browse the repository at this point in the history
It had 'git' instead of  `git`
  • Loading branch information
janedallaway committed Oct 31, 2017
1 parent bb8e554 commit 7c1f59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paths/git-trouble/fc-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ main-content: |
5950a1b adding file 4
Those first 7 characters are going to be unique to your machine and are a section of the SHA-1 hash assigned to that specific commit (the SHA-1 hash is 40 characters long). We are going to use that hash identifier a lot as we learn how to 'git' out of sticky situations.
Those first 7 characters are going to be unique to your machine and are a section of the SHA-1 hash assigned to that specific commit (the SHA-1 hash is 40 characters long). We are going to use that hash identifier a lot as we learn how to `git` out of sticky situations.
## New UI Addition
When trying to get out of a pickle, the best tool for the job is typically dependent on if you `push`ed your commits to your remote (or not). Look :eyes: for these drop downs throughout the course:
Expand Down

0 comments on commit 7c1f59f

Please sign in to comment.