Skip to content

Commit eead84d

Browse files
authored
typo in README git add -> git tag (#572)
1 parent ee418f8 commit eead84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ If you want to commit files "across different branches", here are two ways to do
140140

141141
### Tagging
142142

143-
You can use the `tag` option to enter the arguments for a `git add` command. In order for the action to isolate the tag name from the rest of the arguments, it should be the first word not preceded by an hyphen (e.g. `-a tag-name -m "some other stuff"` is ok).
143+
You can use the `tag` option to enter the arguments for a `git tag` command. In order for the action to isolate the tag name from the rest of the arguments, it should be the first word not preceded by an hyphen (e.g. `-a tag-name -m "some other stuff"` is ok).
144144
You can also change the arguments of the push command for tags: every argument in the `tag_push` input will be appended to the `git push --tags` command.
145145
For more info on how git arguments are parsed, see [the "Git arguments" section](#git-arguments).
146146

0 commit comments

Comments
 (0)