Archive for the ‘sourcecontrol’ tag
A 10 Minute Intro on using BitBucket with Windows
There are already a couple of official quick start guides to using Mercurial’s Window’s client program TortoiseHG, but below are the bare details of how to use it with a new account on the BitBucket service.
Source Control using BitBucket
Putting code under source control is on most checklists for modern software development. Even small side projects, scripts, and code snippets can benefit from being under source control. For example:
When you improve the code others can see the changes and get the benefits- If someone else improves the code those improvements can be passed back to you via an automated process
BitBucket is a hosting service for the code-source control system Mercurial. Mecurial is part of a new-wave of distributed source control systems that have the following advantages and disadvantages over regular non-distributed source control: