Skip to content

Commit

Permalink
Update touch note
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Rose <[email protected]>
  • Loading branch information
anacmontoya and brian-rose authored Jun 7, 2024
1 parent e68d0d2 commit eee8934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/github/git-branches.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ touch hello.py

```{admonition} Note
:class: info
`touch` is not a Windows native command. You can use `type nul > file-name.py` to create an empty file instead.
`touch` is not a Windows native command. You can use `type nul > hello.py` to create an empty file instead.
```

![Git Status](../../images/6-samplechange.png)
Expand Down

0 comments on commit eee8934

Please sign in to comment.