A README.md file is intended to quickly orient readers to what your project can do. Learn more about Markdown.
- Edit the contents of this page
- Commit changes
- Connect with Team Explorer
- Clone repository
- Add a README.md file
- Commit and push changes
Use the following commands inside the folder of your repository:
- git add README.md
- git commit -m "Adding project documentation"
- git push origin master