datasource library
Functions
-
addRemoteRemote(
{required String url}) → Future< bool> -
checkProcessCode(
int processCode) → bool -
createGit(
) → Future< bool> -
getCurrentBranchName(
) → Future< String> -
headCommit(
{required String commitMessage}) → Future< bool> -
isGitDirectory(
) → Future< bool> -
pullRemote(
) → Future< bool> -
pushRemote(
) → Future< bool> -
removeGit(
) → Future< void> -
renameBranch(
{required String branchName}) → Future< bool> -
stagedCommit(
) → Future< bool>