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
There are a few places in the codebase that reference git commands. This should be extracted out into a vcs module that can be extended to support any version control system.
Any version control actions should be turned off by default and enabled with the use_vcs config key, of which the value will contain the VCS to be used (e.g git, hg, svn, etc).
The text was updated successfully, but these errors were encountered:
There are a few places in the codebase that reference
git
commands. This should be extracted out into avcs
module that can be extended to support any version control system.Any version control actions should be turned off by default and enabled with the
use_vcs
config key, of which the value will contain the VCS to be used (e.ggit
,hg
,svn
, etc).The text was updated successfully, but these errors were encountered: