- Password: De@dman7
- Username: Dhruva0707
- remote repo address: https://github.com/Dhruva0707/StarTracker.git
Quick Commands for cmd:
- Find branches: git branch
- Create a new branch: git checkout -b
- Check latest code: git status -uno
- Add a file: git add
- commit a code: git commit
- commit a code with a message: git commit -m "message"
TestStuff