git-hg(1) debian man page | unix.com

Man Page: git-hg

Operating Environment: debian

Section: 1

GIT-HG(1)							   User Commands							 GIT-HG(1)

NAME
git-hg - tool for tracking Hg repos in Git
DESCRIPTION
git-hg can be used to transparently track Mercurial repositories in Git ones.
USAGE
To clone a mercurial repo run: clone <path/to/mercurial/repo> [local_checkout_path] If that fails (due to unnamed heads) try: clone --force <path/to/mercurial/repo> [local_checkout_path] To work with a cloned mercurial repo use: fetch [ --force ] fetch latest branches from mercurial pull [ --force ] [--rebase] fetch and merge (or rebase) the into the current branch push [destination] push latest changes to mercurial checkout [ --force ] branch_name checkout a mercurial branch git-hg February 2012 GIT-HG(1)
Related Man Pages
gbp-create-remote-repo(1) - debian
hg-fast-export(1) - debian
gitcvs-migration(7) - debian
git-clone(1) - suse
gitcvs-migration(7) - mojave
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
My first PERL incarnation... Audio Oscillograph