get_git_branch.Rd
This function returns the name of the current Git branch. It uses the system function to execute the git branch --show-current command.
system
git branch --show-current
get_git_branch()
A character string representing the current Git branch.