git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nico Schümann" <nico.schuemann@googlemail.com>
To: git@vger.kernel.org
Subject: Git-Automerge
Date: Sun, 4 Apr 2010 18:47:14 +0200	[thread overview]
Message-ID: <w2j1f05046e1004040947k3b812063ndbc2f8da3496effb@mail.gmail.com> (raw)

Dear Git people,

after having been convinced by Linus Torvald's talk on git, I've been
using it for some days now.

But there is one thing that just does not get into my mind, or maybe I
am just thinking too complicated.

What I have is a productive system, let's call it MASTER and my
development machine, call it ME.

Now I made a copy of the MASTER tree by
$ git pull me@master:/path/to/stuff

And did some changes:
$ nano -w blablabla

Then I commited:
$ git commit

Everything fine until now.

What I want now are the changes to apper on the MASTER server, so I say
$ git push

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

# git reset --hard      or
# git checkout -f
in order to make the changes appear. Since I do not want to login onto
that MASTER machine every time, what command do I miss on my developer
machine?

Thanks in advantage,
Nico

             reply	other threads:[~2010-04-04 16:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-04 16:47 Nico Schümann [this message]
2010-04-04 16:53 ` Git-Automerge Matthieu Moy
2010-04-04 17:00 ` Git-Automerge Ramkumar Ramachandra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=w2j1f05046e1004040947k3b812063ndbc2f8da3496effb@mail.gmail.com \
    --to=nico.schuemann@googlemail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).