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
Last updated
Was this helpful?
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
Last updated
Was this helpful?