Pull requests
Collaborate and improve code quality
Get others to review and discuss your code in pull requests. 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/newmaniese/oulnch
hg clone https://bitbucket.org/newmaniese/oulnch
cd oulnch
echo "# My project's README" >> README.md
hg add README.md
hg commit -m "Initial commit"
hg push