SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3年前In case of firelemmy.worldimagemessage-square74fedilinkarrow-up1952
arrow-up1952imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · 3年前message-square74fedilink
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up4·edit-23年前Better have not created any new files tho - git commit -a doesn’t catch those without an add first.
minus-squareZephyrXero@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-23年前So we need git add . && git commit -a here really
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up2·3年前In 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 -ahere reallyIn which case the -a isn’t needed.