top of page
Git
An Intro to Git
Git is the free and open-source distributed version control system. Installation & GUIS GitHub for Windows https://windows.github.com GitHub for Mac https://mac.github.com GitHub for All Platforms https://git-scm.com Setup Configuring user information used across all local repositories Set a name that is identifiable for credit when reviewing the version history git config –global user.name “[firstname lastname]” Set an email address that will be associated with each history
Chandan Rajpurohit
Dec 1, 20233 min read
bottom of page