November 2018
Beginner
180 pages
4h 26m
English
Another common VCS in use today is Mercurial, which has a similar focus on distributed capabilities to Git, but with some differences. Thanks to a lot of similarities with Git, it's not too hard to convert an existing Mercurial repository to a Git repository and then upload it to GitLab:
git clone https://github.com/frej/fast-export.git
hg clone [REPO URL] mercurial-repo
cd mercurial-repo hg log | grep user: | sort | uniq | sed 's/user: ...
Read now
Unlock full access