- Install git
sudo apt-get install git
- Configure git
git config --global user.name "Jay Everson (hostname-O/S)"
git config --global user.email jeverson@techmentor.com
- Setup SSH client to use port 2222
# vi ~/.ssh/config
Host backwater.techmentor.com
port 2222
- Setup SSH to login to the “origin” server without a password.
- Create source directory
- Clone Repos
git clone gitpriv@backwater.techmentor.com:gitrepo/scripts.git
git clone gitpriv@backwater.techmentor.com:gitrepo/configs.git
git clone gitpriv@backwater.techmentor.com:gitrepo/java.git