Skip to content

Instantly share code, notes, and snippets.

@shomah4a
Last active December 14, 2015 21:09
Show Gist options
  • Save shomah4a/5149412 to your computer and use it in GitHub Desktop.
Save shomah4a/5149412 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf .git
hg init .
hg add
hg commit -m 'git to hg'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment