You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## [Gitoxide](https://github.com/Byron/gitoxide): A peek into the future…
2
+
3
+
I started working on GitPython in 2009, back in the days when Python was 'my thing' and I had great plans with it.
4
+
Of course, back in the days, I didn't really know what I was doing and this shows in many places. Somewhat similar to
5
+
Python this happens to be 'good enough', but at the same time is deeply flawed and broken beyond repair.
6
+
7
+
By now, GitPython is widely used and I am sure there is a good reason for that, it's something to be proud of and happy about.
8
+
The community is maintaining the software and is keeping it relevant for which I am absolutely grateful. For the time to come I am happy to continue maintaining GitPython, remaining hopeful that one day it won't be needed anymore.
9
+
10
+
More than 15 years after my first meeting with 'git' I am still in excited about it, and am happy to finally have the tools and
11
+
probably the skills to scratch that itch of mine: implement `git` in a way that makes tool creation a piece of cake for most.
12
+
13
+
If you like the idea and want to learn more, please head over to [gitoxide](https://github.com/Byron/gitoxide), an
14
+
implementation of 'git' in [Rust](https://www.rust-lang.org).
15
+
1
16
## GitPython
2
17
3
18
GitPython is a python library used to interact with git repositories, high-level like git-porcelain,
0 commit comments