[git-users] Re: git issue

2010-05-06 Thread Konstantin Khomoutov
On May 6, 9:43 pm, jess draco...@gmail.com wrote:     I had set up a private Git Repo server for my companies projects. For testing I did everything as root. Now that I am ready to allow others to access the Git Repositories on there I have copied the bin files from /root/bin to /usr/bin and

[git-users] 'v' prefix on version tags

2010-05-06 Thread Trans
I notice that almost every tagging example uses a version number with a prefixed 'v', e.g. $ tag -a -m first major point release v1.0.0 I, on the other hand, have never bothered with 'v' prefix, and have always done, e.g.: $ tag -a -m first major point release 1.0.0 Is there some reason to

[git-users] help - pushes not reflected on remote origin

2010-05-06 Thread Matt Palermo
I have a server where I setup a git repo. I cloned it on my local dev machine. I add and delete some files and commit them on my local repo. Then I push the commit to the server origin repo. All the files I deleted in the local repo still appear in the server repo structure, and all the files