Differences between revisions 6 and 7
Revision 6 as of 2008-01-04 16:18:09
Size: 180
Editor: abuehl
Comment: +link
Revision 7 as of 2008-01-06 17:22:30
Size: 180
Editor: abuehl
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
A {{{push}}} propagates changes from a local ["Repository"] to a remote one. A '''push''' propagates changes from a local ["Repository"] to a remote one.

Push

hg push

A push propagates changes from a local ["Repository"] to a remote one.

See also: ["Pull"], ["CommunicatingChanges"]


CategoryCommand