Skip to content

Commit c775748

Browse files
committed
Release 0.3
1 parent 67e072a commit c775748

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,21 @@ TODO
4242
Installing
4343
----------
4444

45+
Note that the installation **won't interfere** with your Git installation in any
46+
way, you can keep using Git, and switch between Git and Gitless seamleslly.
47+
48+
You need to have Python and Git installed. If you don't, search for their
49+
official websites, install them and come back.
50+
51+
The easiest way to install Gitless is using the Python Package Manager `pip`. If
52+
you don't have `pip`, just search the web for it, and you'll find installation
53+
instructions on their website. Now, once you have `pip` installed just do:
54+
4555
$> pip install gitless
4656

57+
You should now be able to start executing the `gl` command.
58+
59+
4760

4861
Contributing
4962
------------

RELEASE_NOTES.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Gitless's Release Notes
22
=======================
33

4+
28th Oct 2013 - kendall.0.3
5+
---------------------------
6+
7+
* General bug fixes.
8+
* UI improvements (made some messages more clear, consistent).
9+
* Allow the user to branch out from certain commit point.
10+
* Improvements in gl diff: now it outputs a message if the file is ignored or if
11+
there are no diffs to show.
12+
* pre-commit hooks now work fine.
13+
14+
415
4th Sept 2013 - kendall.0.2.1
516
-----------------------------
617

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='gitless',
8-
version='0.2.1',
8+
version='0.3',
99
description='A version control system built on top of Git',
1010
long_description=open('README.md').read(),
1111
author='Santiago Perez De Rosso',

0 commit comments

Comments
 (0)