mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-13 19:04:54 +01:00
Fixed small typo "named" instead of "names"
This commit is contained in:
parent
1606e0565e
commit
c117503375
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ You can also sync
|
||||||
git fetch <remote> --prune --prune-tags
|
git fetch <remote> --prune --prune-tags
|
||||||
|
|
||||||
|
|
||||||
Add a tag names "v2" to the last commit and push it to the remote. Also pull the v1 tag to your local repository.
|
Add a tag named "v2" to the last commit and push it to the remote. Also pull the v1 tag to your local repository.
|
||||||
[setup yours]
|
[setup yours]
|
||||||
|
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
Loading…
Reference in a new issue