You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/TinaCMS/tina-cms.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,8 @@ Once you are ready run these commands from your clone of the repository.
82
82
````
83
83
git status
84
84
git switch -c <Your Article/Branch Name Here>
85
+
git add .
86
+
git commit -m "<Your Commit Message Here>"
85
87
git push -u origin <Your Article/Branch Name Here>
86
88
````
87
89
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