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.
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