My programming skills are evolving and I am finding myself using VSCode as an IDE. It is great so far... I have created projects from "scratch" using clasp and even getting everything to be pushed to a GitHub repo.
My issue now is this... I have several GAS projects repos on GitHub. I now want to work on them using VSCode however I cannot seem to find the "right way" to do this. If I do a "git clone" of the repo I cannot get it connected to "clasp"... If I clone the "original script" using "clasp clone scriptID" I can't seem to get it connected to the repo that exists on GitHub. I have done a "clasp clone script ID" and then created a NEW GitHub repo and got them connected BUT this means I will have a repo on GitHub that is basically useless... I guess I could delete the "useless" repo but to me there seems to be something that I am missing...
So what I need is the process of getting a GAS repo on GitHub into VSCode, get clasp connected and have it be able to update back to GitHub....
I hope this makes sense, if you need more info please let me know, if