@[email protected] to Programmer [email protected]English • 2 years agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1897
arrow-up1897imageIn case of firelemmy.world@[email protected] to Programmer [email protected]English • 2 years agomessage-square74fedilink
minus-square@[email protected]linkfedilink16•2 years ago“I followed the rules, Boss. Not my fault the rules are stupid 🤷♂️”
minus-square@[email protected]linkfedilink1•2 years agoYou could change it to git commit . to add and commit everything. But just in case you weren’t up to date, you should probably do git commit . git pull -s ours git push For maximum chaos.
What about
git add
?“I followed the rules, Boss. Not my fault the rules are stupid 🤷♂️”
You could change it to
git commit .
to add and commit everything. But just in case you weren’t up to date, you should probably doFor maximum chaos.