1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-05 08:08:02 +00:00

Fix a typo in the latest til

This commit is contained in:
jbranchaud
2017-02-22 20:39:05 -06:00
parent cfce5c6a4e
commit dda3b9bbc7

View File

@@ -2,7 +2,7 @@
Sometimes you want to view a file on another branch (without switching
branches). That is, you want to view the version of that file as it exists
on that branch. `git show` can help. If you branch is named `my_feature` and
on that branch. `git show` can help. If your branch is named `my_feature` and
the file you want to see is `app/models/users.rb`, then your command should
look like this: