# Functions
AddCommitInital add command of 'commit initial'.
AddCommitRelease add command of release version commit.
AddConfig add command of setting(s).
AddConfigLocation add cli command for getting location of config file.
AddDeployment will generate cli command of deploy git to server.
AddGit will generate cli command of 'git add'.
AddGitStatus add command of 'git status'.
AddListVersion add cli command of show every versions.
AddSetPush will generate cli command of 'git remote add' and 'git push -u'.
AddVersion add cli command of show version.
CommitGit will generate cli command of 'git commit'.
DestroyGit will generate cli command of 'rm -rf .git'.
InitGit will generate cli command of 'git init'.
PullGit will generate cli command of 'git pull'.
PushGit will generate cli command of 'git push'.