SeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · vor 3 JahrenIn case of firelemmy.worldimagemessage-square74fedilinkarrow-up1952
arrow-up1952imageIn case of firelemmy.worldSeeMinusMinus@lemmy.world to Programmer Humor@lemmy.mlEnglish · vor 3 Jahrenmessage-square74fedilink
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up4·edit-2vor 3 JahrenBetter have not created any new files tho - git commit -a doesn’t catch those without an add first.
minus-squareZephyrXero@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-2vor 3 JahrenSo we need git add . && git commit -a here really
minus-squareIAm_A_Complete_Idiot@sh.itjust.workslinkfedilinkarrow-up2·vor 3 JahrenIn 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.