On 15 August 2014 21:41, Suh-Shin hwang <[email protected]> wrote: > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout.
In this case, you should do `git pull`, or `git pull --rebase` on A, then, after you fixed any conflicts (git will prompt you, if there are any), you can do a `git push` on A, so all your changes will exist on both A, B and BitBucket. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
