News

Jack Wallen shows how to use the .gitconfig file for global git configurations and a more efficient developer setup.
This creates a new Git repository, evidenced by the creation of a hidden subfolder named .git. $ git init Initialized empty Git repository in /my-local-repo/.git/ $ ls – a # The –a switch will show ...