From: Pascal Obry <pascal@obry.net>
To: devel@morey-chaisemartin.com
Cc: Jean-Francois Veillette <jean_francois_veillette@yahoo.ca>,
git@vger.kernel.org
Subject: Re: French git user
Date: Wed, 26 Nov 2008 19:06:27 +0100 [thread overview]
Message-ID: <492D9023.9010508@obry.net> (raw)
In-Reply-To: <492D0295.6060808@morey-chaisemartin.com>
Nicolas,
There is also at least two commands that I used often that are missing
to me:
$ git checkout -b branch_name branch_point
Which is equivalent to:
$ git branch branch_name branch_point
$ git checkout branch_name
The other missing command is:
$ git add [-p|-i]
Very important to create a set tightly related commits out of a dirty tree.
Maybe also adding a note about aliases:
$ git config --global alias.co checkout
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
prev parent reply other threads:[~2008-11-26 18:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-25 6:21 French git user Nicolas Morey-Chaisemartin
2008-11-25 6:38 ` Christian MICHON
2008-11-25 13:38 ` Jean-Francois Veillette
2008-11-25 15:41 ` Christian MICHON
2008-11-25 17:00 ` Nicolas Morey-Chaisemartin
2008-11-26 8:02 ` Nicolas Morey-Chaisemartin
2008-11-26 8:55 ` Johan Herland
2008-11-26 9:31 ` Nicolas Morey-Chaisemartin
2008-11-26 10:23 ` Johan Herland
2008-11-26 16:22 ` Hannu Koivisto
2008-11-30 8:37 ` nadim khemir
2008-11-26 14:16 ` Jean-Francois Veillette
2008-11-26 17:55 ` Pascal Obry
2008-11-26 17:59 ` Pascal Obry
2008-11-26 18:06 ` Pascal Obry [this message]
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=492D9023.9010508@obry.net \
--to=pascal@obry.net \
--cc=devel@morey-chaisemartin.com \
--cc=git@vger.kernel.org \
--cc=jean_francois_veillette@yahoo.ca \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.