Query: git-hg
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GIT-HG(1) User Commands GIT-HG(1)NAMEgit-hg - tool for tracking Hg repos in GitDESCRIPTIONgit-hg can be used to transparently track Mercurial repositories in Git ones.USAGETo 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 |
---|
git-clone(1) - linux |
gitcvs-migration(7) - centos |
gitcvs-migration(7) - linux |
git-remote(1) - debian |
gitcvs-migration(7) - mojave |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |
Weird 'find' results |
My first PERL incarnation... Audio Oscillograph |