this post was submitted on 25 Nov 2023
923 points (97.2% liked)
Programmer Humor
32443 readers
642 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
i read a reddit post years ago where a someone wrote a script that iterates through all the projects in their dev folder, for each project creating a new branch, committing and pushing.
they then aliased it to "fire" or "panic" or something like that.
not a bad idea really
git-fire
As in one they'd manually run if there was a fire?
Exactly. The alias just points to the script which is executed.
Ohh I see so you just run git fire?
if its aliased you should be able to just run "fire" and it does the rest
Oh bash alias right