Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 412 Bytes

StarTracker

  1. Password: De@dman7
  2. Username: Dhruva0707
  3. remote repo address: https://github.com/Dhruva0707/StarTracker.git

Quick Commands for cmd:

  1. Find branches: git branch
  2. Create a new branch: git checkout -b
  3. Check latest code: git status -uno
  4. Add a file: git add
  5. commit a code: git commit
  6. commit a code with a message: git commit -m "message"

TestStuff