diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-10 20:21:10 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-10 20:21:10 +0100 |
commit | e84300df7deed9abf248f79526a5b41fd2f7f76e (patch) | |
tree | 57a939bc66e1c904dcd6f92aec7e6127eb68e4e1 | |
parent | 597bc56a32e1b709eefa4e573f11387d04629f0d (diff) | |
download | gitpython-e84300df7deed9abf248f79526a5b41fd2f7f76e.tar.gz |
Added twitch/youtube information to Readme
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -52,6 +52,12 @@ GitPython's git repo is available on GitHub, which can be browsed at [github](ht git clone git://github.com/gitpython-developers/GitPython.git git-python +### Live Coding + +You can watch me fix issues or implement new features [live on Twitch][twitch-channel], or have a look at [past recordings on youtube][youtube-playlist] + +* [Live on Twitch][twitch-channel] (just follow the channel to be notified when a session starts) +* [Archive on Youtube][youtube-playlist] ### INFRASTRUCTURE @@ -81,3 +87,7 @@ There has been a lot of work in the master branch, which is the direction I want * make new master work similarly to 0.3, but with the option to swap for at least one additional backend * make a 1.0 release * add backends as required + + +[twitch-channel]: http://www.twitch.tv/byronimo/profile +[youtube-playlist]: http://www.twitch.tv/byronimo/profile
\ No newline at end of file |