This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |