pub fn get_git_branch() -> Result<String, String>
Gets the current branch of the source code directory.
Example: "release"
"release"
Returns an error if it fails to execute the git command.
git