Matt
0
Q:

pull from existing git repo

git clone https://github.com/username/project-name.git
1
git init .
git remote add origin [url of the repo]
git fetch origin

// To push
git push --set-upstream origin master
git branch -f master origin/master
0
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
-1

New to Communities?

Join the community