Skip to content

Instantly share code, notes, and snippets.

View SelfTaught-HamzaCodes's full-sized avatar

Muhammad Hamza Saeed SelfTaught-HamzaCodes

View GitHub Profile
@SelfTaught-HamzaCodes
SelfTaught-HamzaCodes / gist:00e0a4a11ea77bb717b2221047d245b4
Created January 29, 2023 18:23
Git | GitHub (Cheat Sheet for Beginners)
Git | GitHub (Cheat Sheet)
Created by: Muhammad Hamza Saeed
Downloading GIT
https://git-scm.com/downloads
Setting Credentials
- git config --global user.email <your email>
- git config --global user.email (to view your email)