curena
9/4/2015 - 3:13 PM

Git pull contents from another project

Git pull contents from another project

git init
git remote add build http://git.bvops.net/scm/com/project-bootstrap.git
git fetch build
git merge build/master

#afterwards:

git remote add origin {your project git url}
git push origin master