You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 bygit 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 VCThe text was updated successfully, but these errors were encountered: