We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfce5c6 commit dda3b9bCopy full SHA for dda3b9b
git/viewing-a-file-on-another-branch.md
@@ -2,7 +2,7 @@
2
3
Sometimes you want to view a file on another branch (without switching
4
branches). That is, you want to view the version of that file as it exists
5
-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
6
the file you want to see is `app/models/users.rb`, then your command should
7
look like this:
8
0 commit comments