in git large file system, I have untracked some folder, say folder1, say it contains very huge trunks (a lot large of folders) of things... I have previously untracked it to avoid errors (since I even after i just git pull and git push, it would say it has changed and push tons of things online which is complete waste of resources). ok now, I have added something in folder 1 locally, say:
folder1/important_update1
I want to only commit folder1/important_update1 but nothing else... What should I do?
should i just do:
git commmit folder1/important_update1
git push