@[email protected] to Programmer [email protected]English • 1 year agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1956arrow-down127
arrow-up1929arrow-down1imageIn case of firelemmy.world@[email protected] to Programmer [email protected]English • 1 year agomessage-square74fedilink
minus-square@[email protected]linkfedilink18•1 year ago“I followed the rules, Boss. Not my fault the rules are stupid 🤷♂️”
minus-square@[email protected]linkfedilink1•1 year 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 dogit commit . git pull -s ours git push
For maximum chaos.