Why it worked
The video uses a relatable, high-stakes workplace scenario combined with a niche technical joke that resonates with the developer community.
Summary
A developer humorously reacts to being fired by typing a git command to delete their environment and force push to the main branch. The video uses a text overlay to depict the interaction between a manager and the developer.
Structure
- 1Manager tells developer to leave the team
- 2Developer types git commands to delete environment
- 3Developer force pushes to main branch
On-screen text
Manager: « écoute il va falloir que tu quittes l’équipe »
Moi: ok ok
git add .env && git
commit -m « c’est ciao »
&& git push origin main --
force