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
Post a Comment