The information you gave is a bit loosy.

Do you have modifications on A, or everything in A is pushed to BitBucket?

How did you copy your repository from A to B? Did you just copy the
directory, or used git clone to create a second one?

Are you using branches, or everything you do is on master?

Basically, you should push your changes from A to BitBucket with `git
push`, rebase/merge A's changes (now on BitBucket, too) to B with `git
pull` or `git pull --rebase`, and finally push B's changes to BitBucket
with `git push` there.

However, if you answer my questions, I'd be able to give you more precise
answers.
On 15 Aug 2014 12:27, "Suh-Shin hwang" <silen...@gmail.com> wrote:

> Hi all,
>
> I copied a project from computer A to computer B using a USB stick. I
> modified some parts of the project in computer B and now I want to reflect
> this change in computer A. I'm using BitBucket for the server.
> How might I use Git in this situation? Do I create a new repository in
> computer A and then pull or?
>
> Best,
> Suh-Shin
>
> PS: New to Git
>
> --
> 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.
>

-- 
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