summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-08 21:35:15 +0200
committerGravatar Tom Willemsen2012-07-08 21:35:15 +0200
commit3f3b5b53e3d769d5720336d69167725c54482aeb (patch)
tree0ba6f918dffa8c6ffaf2902aababe09eeab1adfd
parente74c116c0e6acc35aba76f82f516e1a31283ef61 (diff)
downloadorgweb-3f3b5b53e3d769d5720336d69167725c54482aeb.tar.gz
orgweb-3f3b5b53e3d769d5720336d69167725c54482aeb.zip
Add gitto blog post
-rw-r--r--blog/blog-2012-07-03-0225.org23
1 files changed, 23 insertions, 0 deletions
diff --git a/blog/blog-2012-07-03-0225.org b/blog/blog-2012-07-03-0225.org
new file mode 100644
index 0000000..6fafe5f
--- /dev/null
+++ b/blog/blog-2012-07-03-0225.org
@@ -0,0 +1,23 @@
+#+TITLE: gitto
+
+I've been meaning to do two things for quite some time:
+
+ 1. Write a utility for tracking the status of my various git
+ repositories.
+ 2. Write a program in Guile scheme.
+
+A few days ago I accomplished both and I named it ~gitto~.
+
+It is a simple utility that allows you to register some repositories
+on your computer and it will list how many changes there are to push
+and pull, if the working directory is "dirty" and how old the last
+known commit on the upstream branch it, which it shows as last
+updated.
+
+More details can be found [[http://org.ryuslash.org/projects/gitto.html][here]], including a link to the source. It
+requires at least guile 2.0.x and some version of git.
+
+I still have to at least add docstrings and perhaps even a texinfo
+document, and I haven't released any version yet, but feel free to try
+it and be sure to let me know any suggestions/complaints/rants/bugs
+you might have or find.