Skip to content

Commit 1abae52

Browse files
Fix command to touch commit template file
1 parent 7ebdffa commit 1abae52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git config --global commit.template '~/.git-commit-template'
3333
Ensure there is a commit template file:
3434

3535
```bash
36-
touch '~/.git-commit-template'
36+
touch ~/.git-commit-template
3737
```
3838

3939
## Add authors to git config

0 commit comments

Comments
 (0)