git remote add origin https://jbrantl8@bitbucket.org/jbrantl8/diive.git
git remote -v (should show a fetch and push)
git repo is created, but nothing is added. go to project view and right click the project-->git-->add
check files by: git status
git add -A
git commit -am "description"
git push -u origin --all
This README would normally document whatever steps are necessary to get your application up and running.
- Quick summary
- Version
- Learn Markdown
- Summary of set up
- Configuration
- Dependencies
- Database configuration
- How to run tests
- Deployment instructions
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact