On Mon, 25 Jun 2012 05:55:25 -0700 (PDT) guruprasad <guruprasadkinI@xxxxxxxxx> wrote: [...] > 1) Pull command is working fine with both the Linux box. Comp A can > pull updates from comp B, vise versa. > > 2) Push command is not working with both Linux box, command given > below. git push A master/git push B master > > 3) When i tried above command first time got an error saying > remote: error: refusing to update checked out branch: > refs/heads/master remote: error: By default, updating the current > branch in a non-bare repository [...] > so i added receive.denyCurrentBranch = ignore into git config and > tried again. I dint get any error. > > 4) But, modified things in files did not get reflected. i tried to > push from A-->B and B-->A. both dint work. > 5) Push command i tried after modifying file, staging and committing. This is covered in the Git FAQ [1] -- see the question «Why won't I see changes in the remote repo after "git push"?» Supposedly you should either stick to pulling or start using a "reference" repository (some prefer to call it "central") as already suggested in [2]. In your case, I don't see why you really need pushes so I'd stick to pulling. 1. https://git.wiki.kernel.org/index.php/GitFaq 2. http://groups.google.com/group/git-users/msg/5b545f06510c7e2d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html