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
Pk-vcs-api is set of base classes and interfaces to build VCS support (Git, SVN, etc) libraries which exposes basic vcs-related operations: merge, branch create etc. Pk-vcs-api consists of:
4
6
- IVCS interface which exposes various vcs-related methods
5
7
- Working Copy utility classes which are required for vcs-related operations which are need to be executed on a local file system (such as merge)
0 commit comments