Hi,

I've been working with git in my local repo for some months already (i.e.
there is already a bunch of commits and some branches), and I'd like to use
git to integrate with my online server (use git pull, push, clone, fetch,
etc).

How should I start? Is there a way to do this without messing with my local
history and without the risk to kill my live site?

I've tried setting a remote repo (git add origin ssh:user@server) and doing
a 'git pull' while on the branch i'd like to sync with the online server,
but it created another branch. Is it ok? Or should I use git fetch?

After that, what should I do to upload my changes without risking to kill my
live site? I have a branch named 'master' that is supposed to be my release
branch.

I think I am doing ok with my local repo and git, but the remote part is
still a mystery to me.

Thanks for your help, pals!

=====
Daniel Trezub
http://www.gameblogs.com.br

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to