BLOG

Interesting Links

JPL’s Open Source Build-It-Yourself Rover Create a WebSite with WordPress How to Export EAGLE PCB...

Read More

Interesting Links

JPL’s Open Source Build-It-Yourself Rover Create a WebSite with WordPress How to Export EAGLE PCB...

Read More

Git: Create a new repo from an exist repo

  1. Clone repository to a folder
  2. cd existing-project
  3. open here a git terminal
  4. git remote set-url origin <NEW_GIT_REPO>
  5. git push -u origin --all
  6. git push origin --tags