Assign a remote for Git Push -


i've been developing in local repository while , set git server.

in past, when remote repo exists, can git clone, , future git push works -- seems associated remote git clone retrieved.

since want push existing work fresh remote, did git remote add foo. git push still doesn't work, have git push foo master.

how can make foo master default git push works on it's own? , secondly, did approach in right way? how populate new remote repo existing local repo?

if want git push push remote without additional parameters, rename remote foo origin.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -