Maven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 month agoMicrosoft Please Fixlemmy.zipexternal-linkmessage-square284fedilinkarrow-up1793arrow-down121file-text
arrow-up1772arrow-down1external-linkMicrosoft Please Fixlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@programming.dev · edit-21 month agomessage-square284fedilinkfile-text
minus-squarebjorney@lemmy.calinkfedilinkarrow-up18arrow-down1·1 month agoGit doesn’t automatically recursively add all files in the directory to the repository though - VSCode decided that should be the default behavior, while other editors (intellij) ask if you want to add newly created files to version control
minus-squareApexHunter@lemmy.mllinkfedilinkarrow-up1arrow-down4·1 month agoThat’s how git works. Every file and subfolder under the repo’s root folder belongs to the repo.
Git doesn’t automatically recursively add all files in the directory to the repository though - VSCode decided that should be the default behavior, while other editors (intellij) ask if you want to add newly created files to version control
That’s how git works. Every file and subfolder under the repo’s root folder belongs to the repo.
What does
git add xxx
do then