c-cpp-project-generator icon indicating copy to clipboard operation
c-cpp-project-generator copied to clipboard

init git repository

Open robgal519 opened this issue 5 years ago • 0 comments

Is your feature request related to a problem? Please describe. Usually when we create a new project, we want to have version control. If it is a simple project that we will delete in few minutes, it does not matter, but sometimes such simple test projects evolve, and we work on them for few days, and we explore few different approaches, and in such case version control can be handy (even if we do not send it to external server).

Describe the solution you'd like Create configuration option that will enable initiating version control to new projects

Describe alternatives you've considered This can be worked around, by executing git init followed by git commit -a -m "init" in terminal right after project has been created, but why bother, if it can be easily automated, and in my case I want every project under VC

robgal519 avatar Apr 13 '20 11:04 robgal519