Re: Syncing Git Repositories

2014-07-17 Thread Junio C Hamano
Matthieu Moy writes: > Sajan Parikh writes: > >> By syncing my code folder and git repositories in this way, do I risk >> borking any repositories? I'm 99% confident I'm not, since everything >> is in .git/, and there are not external databases or log files that >> need to be updated. Just mak

Re: Syncing Git Repositories

2014-07-16 Thread Matthieu Moy
Sajan Parikh writes: > By syncing my code folder and git repositories in this way, do I risk > borking any repositories? I'm 99% confident I'm not, since everything > is in .git/, and there are not external databases or log files that > need to be updated. Just making sure though. You're right

Syncing Git Repositories

2014-07-16 Thread Sajan Parikh
On all my laptops and desktops, I have a directory at /home/sajan/Code where all my active projects and repositories live. /home/sajan/Code/repository1 /home/sajan/Code/repository2 /home/sajan/Code/repository3 ...etc... Up until now I've relied on pushing and pulling to and from my Gitlab ser