G-Node / gin-cli

Command line client for GIN
https://gin.g-node.org
Other
12 stars 6 forks source link

[git] Use git-annex-sync to create empty init commit #232

Closed achilleas-k closed 5 years ago

achilleas-k commented 5 years ago

In direct mode (on Windows) the initial commit would fail since it was trying to do 'git commit' inside a bare repository. Use 'git-annex sync' instead to create the initial empty commit. This works in both direct and indirect mode repositories.

Fixes #224.