July 2018
Intermediate to advanced
354 pages
10h 57m
English
Git stores the information in the local git config file; this also means that you cannot push this information to a remote repository.
To retrieve the description for the branch, you can use the --get flag for the git config command:
$ git config --get branch.newBugFix.description Refactoring the Hydro controller The hydro controller code is currently horrible and needs to be refactored.
This will be beneficial when we automate some tasks in Chapter 7, Enhancing Your Daily Work with Git Hooks, Aliases, and Scripts.
Read now
Unlock full access