Skip to content

Commit 21f15cf

Browse files
committed
fix: Incorrect commands in TinaCMS tutorial
1 parent 25c3cc1 commit 21f15cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

documentation/TinaCMS/tina-cms.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ Once you are ready run these commands from your clone of the repository.
8282
````
8383
git status
8484
git switch -c <Your Article/Branch Name Here>
85+
git add .
86+
git commit -m "<Your Commit Message Here>"
8587
git push -u origin <Your Article/Branch Name Here>
8688
````
8789
Your branch is now available on the remote repository where you can make a pull request and have your article reviewed. Once everything has been approved the pull request (PR) can be merged into the working branch from which it can be put into the next release.

0 commit comments

Comments
 (0)