From eee89346d2c56561ddd9f997227a4ef21f58252e Mon Sep 17 00:00:00 2001 From: anacmontoya <142039433+anacmontoya@users.noreply.github.com> Date: Fri, 7 Jun 2024 12:52:57 -0600 Subject: [PATCH] Update `touch` note Co-authored-by: Brian Rose --- foundations/github/git-branches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundations/github/git-branches.md b/foundations/github/git-branches.md index 27c4b9bfd..c3843ffdb 100644 --- a/foundations/github/git-branches.md +++ b/foundations/github/git-branches.md @@ -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)