On Tue, Jun 23, 2015 at 1:31 AM, Greg Ledger <gled...@glcdelivers.com> wrote:
> after adding git config ‹global user.name Greg Ledger and git config
> ‹global user.email gled...@glcdelivers.com, when I run:
> source ~/.gitconfig

The ~/.gitconfig file is not a shell script. You should not source it.
It is a text file that is read by Git commands when those commands are run.
--
To unsubscribe from this list: send the line "unsubscribe git" in

Reply via email to