NETCORESAAS
Search…
Welcome
Getting Started
Getting started
Deploy
Initialize git repository
Deploy to heroku
Environment variables
API
Testing
Other
Installing
Integrations
Blog
Powered By
GitBook
Initialize git repository
Open the terminal at the base directory and type:
git init
git remote add origin https://github.com/You/your-repository.git
git add .
git commit -am "initial"
git push origin master
If your repository is not empty, first pull changes or your push will be rejected. Run this before pushing:
git pull origin master
​
​
​
​
Getting Started - Previous
Deploy
Next
Deploy to heroku
Last modified
1yr ago
Copy link