VCS

Ultimate Git Command Guide 2024

Important commands Command Description git config --global user.name Sets the name that will be attached to your commits and tags globally. git config --global user.email Sets the email address that will be attached to your commits and tags globally. git init Initializes a new Git repository in the current directory.[...]

By |February 27, 2024|Tags: , , , |
Go to Top