Change all occurrences of file_name to filename (#4059)
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
|
||||
- Discard unstaged changes to a given file:
|
||||
|
||||
`git checkout {{file_name}}`
|
||||
`git checkout {{filename}}`
|
||||
|
||||
- Replace a file in the current directory with the version of it committed in a given branch:
|
||||
|
||||
`git checkout {{branch_name}} -- {{file_name}}`
|
||||
`git checkout {{branch_name}} -- {{filename}}`
|
||||
|
Reference in New Issue
Block a user