Conversation
Added menu for git init command. Copied cs files from clone, so the functionality still isn't working.
Implemented logic for git init command. Can also init bare repository. Signed-off-by: jernejp21 <jernejp21@tuta.com>
|
You can just open/drop a folder (not git repository), If you want to clone a bare repository, you can just use |
I'm sorry. It's true. You can only trigger the
I've tested that |
|
Thank you for the explanation. Too bad my PR didn't get excepted, but it was a nice programming exercise. I will close this PR. |

Implemented
git initcommand in GUI. You can create a new git repository and also bare repository.Icon for new repository can be changed. I couldn't find better.

If the name for the Project Name isn't input, the place holder text will be used for the folder name. The same is for initial Branch Name.

For Bare Repository, branch name is ignored.