kbase-sfa-2021 / example_sdk_app

example_sdk_app
MIT License
5 stars 1 forks source link

Create a bare module branch #11

Open dakotablair opened 2 years ago

dakotablair commented 2 years ago

Goals:

dakotablair commented 2 years ago

This issue is almost complete, but the script still fails. The problem arises when a value such as user.name is unset. In that case git config --get user.name will exit with a nonzero status code. Using the trap command should be enough to avoid this problem.