0% found this document useful (0 votes)
92 views

Bitbucket

The document summarizes cloning a Mercurial repository from Bitbucket, adding a user story document, committing it with a message, and pushing the changes. It shows the commands used and their output, including authenticating to push changes to the remote Bitbucket repository.

Uploaded by

Jessica Walker
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
92 views

Bitbucket

The document summarizes cloning a Mercurial repository from Bitbucket, adding a user story document, committing it with a message, and pushing the changes. It shows the commands used and their output, including authenticating to push changes to the remote Bitbucket repository.

Uploaded by

Jessica Walker
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

C:\Users\Mercury\Desktop\SE>hg clone https://bitbucket.

org/dungnv_54/se-project/
overview
destination directory: overview
requesting all changes
adding changesets
adding manifests
adding file changes
added 5 changesets with 7 changes to 5 files
updating to branch default
5 files updated, 0 files merged, 0 files removed, 0 files unresolved

C:\Users\Mercury\Desktop\SE>cd overview
C:\Users\Mercury\Desktop\SE\overview>hg add User_story.doc
C:\Users\Mercury\Desktop\SE\overview>hg commit -m "user story" -u thuypv_54
C:\Users\Mercury\Desktop\SE\overview>hg push
pushing to https://bitbucket.org/dungnv_54/se-project/overview
searching for changes
http authorization required
realm: Bitbucket.org HTTP
user: thuypv_54
password:
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: bb/acl: thuypv_54 is allowed. accepted payload.

You might also like