Tagged Questions

21
votes
6answers
10k views

[Git]How can I make my local repository available for git-pull?

I have a working copy repository that I've been working in no problem; the origin for this repository is on GitHub. I'd like to make my working copy repository available as the origin for my build ...
9
votes
1answer
3k views

git status shows modifications, git checkout — <file> doesn't remove them

I would like to remove all changes to my working copy. Running 'git status' shows files modified. Nothing I do seems to remove these modifications. E.g.: rbellamy@PROMETHEUS /d/Development/rhino-etl ...
1
vote
1answer
409 views

Gitolite local working copy for Apache DocumentRoot

I have a system setup with git and gitolite. All is working well, except I want my structure to be like this: Local Environment -> Development Server -> Production Server I have a repo setup on the ...