Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: Git-Automerge

From: Ramkumar Ramachandra <hidden>
Date: 2016-06-15 22:48:33

Hi,

On Sun, Apr 4, 2010 at 10:17 PM, Nico Schümann
[off-list ref] wrote:
$ git push

But the changes do not appear on the master server. I have to type

# git reset --hard      or
# git checkout -f
git-push only propagates history and updates refs. It doesn't touch
files in the working tree. I suspect you're pushing to a non-bare
remote. Please see --bare option in git-init (1) and this FAQ [0] on
the Git Wiki for more.

[0] https://git.wiki.kernel.org/index.php/GitFaq#Why_won.27t_I_see_changes_in_the_remote_repo_after_.22git_push.22.3F

-- Ram
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help