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
Utility core is the library written on top of the git actions library (first one mentioned on this page). This library provides the final callable methods that the watchman calls. All internal commands that the utility provides are implemented in the core library itself.
The target is to have simple functions like
// create a new
worker.createNewCheckpoint();
worker.revertLastCheckpoint();
worker.newWorkSpace();
worker.changeWorkSpace(3);
worker.integrateWorkSpace(3);
The text was updated successfully, but these errors were encountered:
Utility core is the library written on top of the git actions library (first one mentioned on this page). This library provides the final callable methods that the watchman calls. All internal commands that the utility provides are implemented in the core library itself.
The target is to have simple functions like
The text was updated successfully, but these errors were encountered: