Make A Change Under The New Protocol

  • Edit the Index.html file in your myquotefork repository.
  • Add a new line to the file.
  • Save and close the file.
  • Add and then commit your change to your local repository.
  • Push your changes to your fork.
    A successful push shows in your TortoiseHG log as follows:
    pushing to ssh://hg@bitbucket.org/newuserme/myquotefork
    searching for changes
    remote: adding changesets
    remote: adding manifests
    remote: adding file changes
    remote: added 1 changesets with 1 changes to 1 files
    remote: bb/acl: newuserme is allowed. accepted payload.
    [command completed successfully Mon Dec 19 10:49:06 2011]
    myquotefork
            
    

    PuTTY may warn you that the host key is not yet stored. If that happens, press Yes to add the bitbucket.org host key.

  • Open the repository Overview in Bitbucket to view your commit.