Y
Hacker News
new
|
ask
|
show
|
jobs
by
kobeya
3190 days ago
This post would have been a lot better if he showed how to do a git subcommand that launched itself, which is where i thought he was going.
1 comments
ekimekim
3190 days ago
This isn't too hard. Aliases can expand to arbitrary shell commands, as shown in the article. So you can do something like:
git config --global alias.bomb '!git bomb & git bomb'
to make a fork bomb.
link