- Fixes a bug that wouldn't allow for gist cloning/pulling because of a bad "forks" check on a gist GitHub object
- Adds a missing check to ensure that at least one CLI argument was passed (closes 40)
- No longer invoke a shell while using the subprocess module. Git operations should now be more stable across operating systems