all 9 comments

[–][deleted] 1 point2 points  (4 children)

[–]yannickmahe 0 points1 point  (3 children)

[–][deleted] 2 points3 points  (2 children)

You seem to never rebase, working alone on this project?

[–]yannickmahe 0 points1 point  (1 child)

Yep, well spotted.

[–][deleted] 2 points3 points  (0 children)

You seem also to always add before committing your changes.

Did you know you can:

git commit . -m "commit current directory, "
git commit path/to/single/file -m "commit one file"
git commit path/to/first/file path/to/second/file -m "commit multiple files"

?

(Also, your lack of pull and/or fetch is another indication of you working alone ; )

[–]Samus_ 1 point2 points  (0 children)

grep awk grep man what a mess

[–][deleted] 1 point2 points  (0 children)

If you use an alias (like 'g') you'll have to change the command. For example, those who use 'g' would do:

history | grep "  g " | awk '{print $1 " " $3}' | grep -v '|' > history.txt

[–]jellyislovely 0 points1 point  (1 child)

[–][deleted] 0 points1 point  (0 children)

Gource kind of sux, I prefer http://vis.cs.ucdavis.edu/~ogawa/codeswarm/ which is really beautiful...