Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Collection of Tools
This repository contains a collection of tools that I maintain and keep around which I find to be handy at various times. If you find these tools useful to you, please let me know.
Some of these tools requires the pymills Python library which you can install easily with pip:
$ pip install pymills
To install these tools it's best if you clone the repository somewhere and put the directory location in your $PATH. Example:
$ cd $HOME/work $ hg clone https://bitbucket.org/prologic/tools $ export PATH="$HOME/work/tools:$PATH"