From dda3b9bbc72d10a255896dc6dea230627dc49f9b Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 22 Feb 2017 20:39:05 -0600 Subject: [PATCH] Fix a typo in the latest til --- git/viewing-a-file-on-another-branch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/viewing-a-file-on-another-branch.md b/git/viewing-a-file-on-another-branch.md index 79e2a33..aef7533 100644 --- a/git/viewing-a-file-on-another-branch.md +++ b/git/viewing-a-file-on-another-branch.md @@ -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: