-
Recent Posts
Recent Comments
Archives
- April 2021
- January 2021
- December 2020
- November 2020
- October 2020
- November 2014
- October 2014
- September 2014
- August 2014
- May 2014
- April 2014
- March 2014
- October 2013
- September 2013
- August 2013
- June 2013
- April 2013
- March 2013
- September 2012
- July 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
Categories
Meta
Tag Archives: git
Simple git commit auto fill
Back in the days when I worked for RedHat I remember having a neat autocomplete git hook that filled in my git commit message. I liked the way it was formatted and I remember it being something similar to this. … Continue reading
Posted in Uncategorized
Tagged auto-gen, automatic git commit, commit generator, git
Leave a comment
Share a git repository
I am involved in a project that decided to use git to share/keep-track of the generated source code. Our research group has a common server that has git installed. I was under the impression that we could just put a … Continue reading
Showing a pretty ascii git branch topology
If you are using git, you should be branching a lot (it’s encouraged when you use git). If you have lots of branches (more than two:), you might get a bit lost when it comes to determining the relation between branches. … Continue reading
Posted in commands, git
Tagged ascii branches, branch history, command line branches, git, git loggraph, loggraph, pretty format
Leave a comment