pub fn current_git_branch() -> Option<String>
Get the current git branch name.
Returns None if not in a git repository or if git command fails.
None