museless aiming

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]

: linux : : git : : tech : : zsh :
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]

: git : : vcs : : tech : : zsh :
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]

: tech : : software : : vcs : : git :
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]

: tech : : vcs : : git :
Wed Feb 20 08:51:09 GMT 2008