Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5
-
None
-
Patch
Description
The checkout git command fail if repo does not contain a master branch, because the checkout try to do a git pull.
In the case of an empty remote repo, this patch only do a git clone.
After a such checkout, you can checkin a file, the remote branch will be automatically created by git.