HackerTrans
TopNewTrendsCommentsPastAskShowJobs

aslatter

no profile record

comments

aslatter
·قبل شهرين·discuss
What is this supposed to be about? The link looks like some sort of star-chart, but I don't see where to get an explanation.
aslatter
·قبل 10 أشهر·discuss
"As I remember London": https://world.hey.com/dhh/as-i-remember-london-e7d38e64
aslatter
·قبل 11 شهرًا·discuss
tcc version 0.9.28rc returns "1", whatever that means.
aslatter
·قبل سنتين·discuss
I didn't invent this, but I have a headless "config" checkout, and have a git-alias which sets my home-directory as the work-tree:

   git init --bare $HOME/.config/repo
   alias config='/usr/bin/git --git-dir=$HOME/.config/repo --work-tree=$HOME'
   config config --local status.showUntrackedFiles no
Then I can do things like "config add", "config commit", and "config push".
aslatter
·قبل 3 سنوات·discuss
That is a pain, but the --update-refs argument to git-rebase helps somewhat: https://git-scm.com/docs/git-rebase#Documentation/git-rebase...