Differences between revisions 2 and 3
Revision 2 as of 2011-02-11 16:34:03
Size: 532
Comment:
Revision 3 as of 2012-11-11 12:41:39
Size: 0
Editor: abuehl
Comment: English page has been deleted
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#language fr
(Traduction du texte original en anglais : [[Pull]])

== Push ==

`hg push [-f] [-r REV]... [-e CMD] [--remotecmd CMD] [DEST]`

Un '''push''' propage les changements depuis un [[FrenchRepository|dépôt]] local vers un distant.

Référence manuel : http://www.selenic.com/mercurial/hg.1.html#push

Astuce : [[TipsAndTricks#Prevent_a_push_that_would_create_multiple_heads|Prevent a push that would create multiple heads]]

Voir aussi : [[FrenchPull|Pull]], [[CommunicatingChanges]]

----
FrenchCommand