File tree 3 files changed +25
-1
lines changed
3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 42
42
Installing
43
43
----------
44
44
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
+
45
55
$> pip install gitless
46
56
57
+ You should now be able to start executing the ` gl ` command.
58
+
59
+
47
60
48
61
Contributing
49
62
------------
Original file line number Diff line number Diff line change 1
1
Gitless's Release Notes
2
2
=======================
3
3
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
+
4
15
4th Sept 2013 - kendall.0.2.1
5
16
-----------------------------
6
17
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'gitless' ,
8
- version = '0.2.1 ' ,
8
+ version = '0.3 ' ,
9
9
description = 'A version control system built on top of Git' ,
10
10
long_description = open ('README.md' ).read (),
11
11
author = 'Santiago Perez De Rosso' ,
You can’t perform that action at this time.
0 commit comments