(Created page with " == How to clone ago control on git == -make empty repo on github- mkdir agocontrol git init git add remote upstream http://agocontrol.com/agocontrol. git git pull ups...") |
|||
Line 7: | Line 7: | ||
mkdir agocontrol | mkdir agocontrol | ||
git init | git init | ||
− | git add remote upstream http://agocontrol.com/agocontrol. git | + | git add remote upstream http://agocontrol.com/agocontrol.git |
git pull upstream master | git pull upstream master | ||
git remote add origin https://github.com/jsimonetti/agocontrol | git remote add origin https://github.com/jsimonetti/agocontrol | ||
git push | git push |
-make empty repo on github-
mkdir agocontrol git init git add remote upstream http://agocontrol.com/agocontrol.git git pull upstream master git remote add origin https://github.com/jsimonetti/agocontrol git push