Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default value for command git config --get
* Set default value that will be returned if the getting key does not exist git config --file .gitmodules --default "" --get submodule.xxx.branch It returns code 0 (no error) instead of 1 (error) which is the expected behavior.
- Loading branch information