Nike
Nike

Reputation: 1307

Move folder in git

I'm new to git. I use Windows, and github & bitbucket. I set up my git repositories in the folder C:\Users\MyUserName.ssh because I thought I had to.

Now I realize it's better if I have these repositories in dropbox instead. I'm assuming that cutting and pasting a folder (repository) from C:\Users\MyUserName.ssh to my dropbox folder might cause some harm .. like maybe GIT PULL will no longer know where to bring the files to.

What's the best way to move the folder ?

Upvotes: 2

Views: 1353

Answers (1)

ralphtheninja
ralphtheninja

Reputation: 133008

It doesn't matter where the folder is located on the file system. Just move the folder and go ahead and pull.

Upvotes: 7

Related Questions