# fpespos...@gmail.com / 2015-03-22 10:27:55 -0700:
> Hello -- I just created a bare repo  (say on github)   and I want to get my 
>  local repo to for for the first time -- should  I "push" or "clone" the 
> local repo to remote report for the first time?  Thanks 

git clone cannot "push" changes, so if you want to duplicate commits
from a local repository into a remote one (say in github), you'll need
to use git-push.  btw, github represents an empty repository with a page
listing the steps necessary to populate it.

-- 
roman

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to