I am working on my first ever project using git. And I was periodically making commits in my terminal with
$git add something.js $git commit -m "Something" Only to find 2 hours later when I refreshed my repo on GitHub that it had not been updated. Instead I find I have to commit through VScode with a little button at the bottom. Once I did this all of my commits went through. How do I disable this? So I can just commit from my terminal?