SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agoIn case of firelemmy.worldimagemessage-square102fedilinkarrow-up1907arrow-down127
arrow-up1880arrow-down1imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square102fedilink
minus-squareosmn@lemmy.mllinkfedilinkarrow-up17·11 months ago“I followed the rules, Boss. Not my fault the rules are stupid 🤷♂️”
minus-squareapplebusch@lemmy.worldlinkfedilinkarrow-up1·11 months 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.