Setting up git
July 16, 2017
To set a default user for a git repository, first create it:
$ git init
Next, set the user
$ git config user.name "Tim Sawyer" $ git config user.email "user@example.co.uk"
Adventures in software
July 16, 2017
To set a default user for a git repository, first create it:
$ git init
Next, set the user
$ git config user.name "Tim Sawyer" $ git config user.email "user@example.co.uk"
I'm Tim Sawyer. I'm a software architect. I usually end up writing software in my spare time too, though I can also be found playing percussion and taking photos.
This blog is my notebook, where I can record how something was done. If someone else finds this content enlightening then so much the better.
Everything on here is my own view and reflects no one I have, do or will work for.
(c) 2009-2024 . Based on a design by nodethirtythree + Free CSS Templates