Bear with me as the answer may seem simple (it does, intuitively, to me, but I have to double-check).
I am a junior dev at a company and have already cloned our repo from GitHub and set up tracking, so my code and branches are connected to our company's source repo. Great.
But I am taking a styled-components course so that I can be more useful when helping with styling changes, and I want to clone a secondary version of the repo to my computer that will not track with the source - just a private, locally-run version where I can practice styling (and another coding, if necessary). Is it as simple as cloning the repo again, in a different area of my computer, and not setting up tracking? Or will there be an issue because I already have this same repo cloned and following in another area of my device?
I know I can set up a testing branch for myself and delete it without ever merging it - but I'm still curious.
Thanks in advance!