Skip to content

Commit dda3b9b

Browse files
committed
Fix a typo in the latest til
1 parent cfce5c6 commit dda3b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/viewing-a-file-on-another-branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Sometimes you want to view a file on another branch (without switching
44
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
5+
on that branch. `git show` can help. If your branch is named `my_feature` and
66
the file you want to see is `app/models/users.rb`, then your command should
77
look like this:
88

0 commit comments

Comments
 (0)