# Functions
CreateJobQueue creates a jobqueue struct and initialize its slice then return its pointer.
# Constants
CheckoutJob is wrapper of git merge command.
FetchJob is wrapper of git fetch command.
MergeJob is wrapper of git merge command.
PullJob is wrapper of git pull command.
# Type aliases
Type is the a git operation supported.