Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 708 Bytes

Test.md

File metadata and controls

14 lines (12 loc) · 708 Bytes

To start making changes to the repo + basic usage of GIT

  • Install git
  • Install git cli
  • Clone the repository gh repo clone onqlavelabs/onqlave.docs
  • Change to the new directory created cd onqlave.docs
  • Make your changes (add, remove, change files and folder)
  • Add changes to the commit git add -A
  • Commit changes git commit -m"your description about the change"
  • Push changes git push
  • You should be able to see the changes in upstream repo
  • To get the latest changes from upstream repo git pull

Test