[git-users] How should I use Git when I have two computers with different files?

2014-08-15 Thread Suh-Shin hwang
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

Re: [git-users] How should I use Git when I have two computers with different files?

2014-08-15 Thread Suh-Shin hwang
Hi Gergely, 1. I have modifications on A and I did not use Git of any kind when I copied the file to computer B. I simply copied the files from A into a USB stick to B, created a repo on B, did some modifications then pushed to BitBucket. 2. Everything is on master right now. -- You received