Install Git on Windows and Configure to your GitHub
Photo by Yancy Min on Unsplash
- Git — Downloading Package (git-scm.com)
- Installation. Next straight to the end of the process!
- Open the Git Command Prompt (Git Bash)
- Config to your GitHub.
(e.g. mine will be)
$ git config --global user.name "YOUGITHUBUSERNAME"
$ git config --global user.email "Example@email.com"
Email please refer to Email settings (github.com)
(Because you have email privacy enabled, Example@email.com
will be used for account-related notifications as well as password resets. xxxxxxxx+YOUGITHUBUSERNAME@users.noreply.github.com
will be used for web-based Git operations, e.g., edits and merges.)
See Install Git | Atlassian Git Tutorial for the full tutorial.
Contact me: Hung, Chien-Hsiang (chienhsiang-hung.github.io)