I’m using a project on GitHub as an library in my iOS App. At the moment, I do not have anything to add to the master project. Should I just clone the master repository down to my workspace or just I still create a Fork? When I create a Fork, is will appear in GitHub for Mac which makes is easier for me to check for updates. How should I handle a situation like this?
I’m using a project on GitHub as an library in my iOS App. At
Share
Just clone it. GitHub for Mac is capable of tracking any git project; you can always fork the project later.