-
Categories
-
Tags/Keywords
DNS Ruby bash samba MediaWiki WLB07051 Family Subversion HTML xen metabolism RuG HTTP SSH CLI WordPress T61 CSS mod_rewrite plugin svn smb shell van der Molen X nutrition Windows zimbra VIM Javascript Firefox blog.bigsmoke.us Debian Apache postfix Screen WWW ssl RAID XTerm Gentoo MySQL PHP Ubuntu Linux -
Recent Posts
-
Recent Comments
Tag: Git
Git and Tig config base
Here's just a quick .gitconfig:
[core]
commentchar = %
[tig "color"]
date = cyan black bold
diff-header = cyan black
[tig]
ignore-case = yes
Read More »
Converting a Subversion repository to Git
I just used the instructions in this article by John Albin to archive an old svn project on my private machine.
Read More »
Git commit message conventions
Last month, I came across a note by Tim Pope about useful conventions for writing Git commit messages.
Read More »Tracking /etc/ updates with Git
During my recent Gentoo update session, I was once again confronted with the inconvenience of not having my /etc/ directory under version management. This time, I thought I had the ideal SCM for this job: Git. Read More »
Untangling WordPress’ core files from your local customizations
Since version 2.6, WordPress can be installed in its own directory, separate from your customizations and everthing. Needless to say, this makes upgrading a whole lot easier. Read More »