Differences between revisions 14 and 15
Revision 14 as of 2009-05-19 19:31:05
Size: 302
Editor: localhost
Comment: converted to 1.6 markup
Revision 15 as of 2009-09-24 15:36:35
Size: 424
Editor: abuehl
Comment: +tip
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
Tip: [[TipsAndTricks#Prevent_a_push_that_would_create_multiple_heads|Prevent a push that would create multiple heads]]

Push

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

A push propagates changes from a local repository to a remote one.

Help text: http://www.selenic.com/mercurial/hg.1.html#push

Tip: Prevent a push that would create multiple heads

See also: Pull, CommunicatingChanges


CategoryCommand