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
This is the message you get after bootstrapping the project. This should include a quick memo to run tn gh-install first, because when you tn gh-create-repo, the command throws an error without it.
IMPORTANT! NEXT STEPS...
The next step is to create a git repository and push the code.
tn gh-create-repo <project_name>cd<project_name>
git init
git add .
git commit -m 'Initial commit'
git remote add origin [email protected]:thinknimble/<project_name>.git
git branch -M main
git push -u origin main
Remind people to install the heroku CLI command and authenticate
The text was updated successfully, but these errors were encountered:
Feedback from @JSicardiNC
tn gh-install
first, because when youtn gh-create-repo
, the command throws an error without it.The text was updated successfully, but these errors were encountered: