I\'m using the NSDate-Extensions plugin in my iOS Xcode project. The master repo has some errors which seems to be fixed in two Pull Requests:
You can pull specific pull requests like this:
git pull https://github.com/erica/NSDate-Extensions/pull/6 git pull https://github.com/erica/NSDate-Extensions/pull/7
imo this is much easier than adding a remote (especially when it is just one-off fixes) or piping via curl.