SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agoIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1958arrow-down127
arrow-up1931arrow-down1imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 11 months agomessage-square74fedilink
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up4·edit-211 months agoBetter have not created any new files tho - git commit -a doesn’t catch those without an add first.
minus-squareZephyrXero@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-211 months agoSo we need git add . && git commit -a here really
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up2·11 months agoIn which case the -a isn’t needed.
Better have not created any new files tho - git commit -a doesn’t catch those without an add first.
So we need
git add .
&&git commit -a
here reallyIn which case the -a isn’t needed.