Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with creating new projects Windows
The previous code contained a bug where git couldn't reside in relative subdirectory. It appears to have done this in attempt to get the absolute path of the git executable. Instead, I just use resolve to resolve potential symlinks, etc.
- Loading branch information