Top Banner
Mercurial Set-up
12

Mercurial setup

Feb 14, 2017

Download

Software

Melvin Cabatuan
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Mercurial setup

Mercurial

Set-up

Page 2: Mercurial setup

Mercurial● Mercurial is a cross-platform, distributed revision

control tool for software developers. ● It is mainly implemented using the Python

programming language, but includes a binary diff implementation written in C.

● It is supported on MS Windows and Unix-like systems, such as FreeBSD, Mac OS X and Linux.

● Mercurial is primarily a command line program. ● All of Mercurial's operations are invoked as

arguments to its driver program hg, a reference to the chemical symbol of the element mercury.

Page 3: Mercurial setup

Create a new repository

Page 4: Mercurial setup

Set up your local directory

Ex.

Page 5: Mercurial setup

Check

Page 6: Mercurial setup

Commit, and push your first file

Page 7: Mercurial setup

Supply UserName and Push

Page 8: Mercurial setup

Repository is Created!

Page 9: Mercurial setup

Source:

Page 10: Mercurial setup

Pushing Hello World!

Page 11: Mercurial setup

Hello, World has been added!

Page 12: Mercurial setup

End

● https://bitbucket.org/melvin_cabatuan● https://github.com/melvincabatuan