Skip to content

Add git config hook

Don Zickus requested to merge gitconfig into os-build

The kernel workflow is adding complexity. Let's hide some of that complexity behind git aliases. Instead of having the developer manually add them all the time, add a make command to 'include' kernel aliases.

A new command 'make rh-gitconfig' runs

git config --local --add include.path "../redhat/kernel.gitconfig"

and adds an include to the local repo's .git/config file.

Over time more workflow commands can be added to help developers.

Start with a stub config file.

Signed-off-by: Don Zickus dzickus@redhat.com

Merge request reports