This is a quick post on how to download a git repository to a *nix machine - in this case a Raspberry Pi. I did it to get some cool code that my colleague had interneted/clouded to download to my Raspberry Pi.
Your git repository is on path: https://github.com/mygithub/mygitrepository
cd ~/mygitdownloads
Git Path:
Your git repository is on path: https://github.com/mygithub/mygitrepository
Install git:
sudo apt-get install git-coreCreate a directory for your git downloads:
mkdir ~/mygitdownloadscd ~/mygitdownloads
No comments:
Post a Comment