SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoIn case of firelemmy.worldimagemessage-square102fedilinkarrow-up1911arrow-down127
arrow-up1884arrow-down1imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square102fedilink
minus-squareapplebusch@lemmy.worldlinkfedilinkarrow-up1·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.
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.