git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Sven Herzberg <sven@imendio.com>
To: git@vger.kernel.org
Subject: Proposed command: git-sync
Date: Tue, 09 Oct 2007 21:26:07 +0200	[thread overview]
Message-ID: <470BD5CF.9050201@imendio.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

I really regularly find myself typing git pull directly after git push.
That's why I write a small shell script that might be added to the stock
git distribution.

Regards,
  Sven

PS: Please add me to the CC of your replies, I don't read this list.

[-- Attachment #2: git-sync --]
[-- Type: text/plain, Size: 34 bytes --]

#!/bin/bash

git push && git pull

             reply	other threads:[~2007-10-09 19:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-09 19:26 Sven Herzberg [this message]
2007-10-09 19:50 ` Proposed command: git-sync Eyvind Bernhardsen
2007-10-09 21:08 ` Pierre Habouzit

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=470BD5CF.9050201@imendio.com \
    --to=sven@imendio.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).