Source
Code helps me work better
Start by adding a README or pushing up some code. Learn how
Get started the easy way
Creating a README or a .hgignore is a quick and easy way to get something into your repository.
Create a README Create a .hgignore
Get started with command line
-
Step 1: Switch to your repository's directory
cd /path/to/your/repo -
Step 2: Connect your existing repository to Bitbucket
hg push https://bitbucket.org/fgabolde/p5-mop-advice
hg clone https://bitbucket.org/fgabolde/p5-mop-advice
cd p5-mop-advice
echo "# My project's README" >> README.md
hg add README.md
hg commit -m "Initial commit"
hg push