GitHUD.Git.Command
gitCmdLocalBranchName :: MVar String -> IO () Source #
gitCmdMergeBase Source #
Arguments
local branch name
output Mvar
gitCmdRemoteName Source #
the output mvar
gitCmdRemoteBranchName Source #
remote name
The output mvar
gitCmdPorcelainStatus :: MVar String -> IO () Source #
gitCmdRevToPush Source #
from revision
to revision
gitCmdRevToPull Source #
gitCmdStashCount Source #
gitCmdCommitShortSHA :: MVar String -> IO () Source #
gitCmdCommitTag :: MVar String -> IO () Source #
gitCmdFetch :: String -> IO () Source #
checkInGitDirectory :: IO Bool Source #