I need to run a pre-defined function(containing git commands) just after GitBash is started and .gitconfig file is loaded and it's global config values are set, so that during execution of this pre-defined custom function, the Git Authentication errors are not encountered.
How can I achieve that ? Not very familiar with Bash events and loading sequence..
Git for Windows version 2.20.1 - Windows 7 x64.