museless aiming
- 6 items tagged 1979
- 1 item tagged cloud
- 6 items tagged cms
- 10 items tagged film
- 4 items tagged git
- 1 item tagged hifi
- 1 item tagged linux
- 4 items tagged literature
- 26 items tagged music
- 4 items tagged musing
- 2 items tagged novels
- 1 item tagged photography
- 29 items tagged reviews
- 1 item tagged software
- 1 item tagged tagging
- 15 items tagged tech
- 3 items tagged vcs
- 1 item tagged writing
- 2 items tagged zsh
4 items tagged git
Shell history
This is a silly post to document what linux commands we use the most. I got it from here. (With zsh you have to run:
history 0|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head)
. . .
[more]
Wed May 14 02:30:49 BST 2008
git tricks
This page will hold any cool tricks I've found or come up with using git.
. . .
[more]
Fri Mar 7 01:37:57 GMT 2008
git-todo.py
git-todo.py is a modified version of todo.py that syncs every change you make with a git repository.
. . .
[more]
Sun Feb 24 21:40:02 GMT 2008
Git
I'll resist the apparently irresistible urge which faces the internet on a daily basis: to pun on the name of this fast version control system (though at gunpoint I'd probably choose 'Git back to where you once belonged').
. . .
[more]
Wed Feb 20 08:51:09 GMT 2008