
I'm working on a flask app in a local git repo. I've come across a python script that I would like to import into my project root from github. I'm not sure how to "pull in/import" this script into my local repo, without affecting my pre-existing code. Can someone advise me here. Is it as simple as
git clone https://github.com/xxx/yyy.git
( I don't want to try for fear of messing up my local repo )