Git Basic Workflow With Github: Setup The Project Folder
Git Basic Workflow With Github: Setup The Project Folder
A quick introduction to Git with an hands on example starting with GitHub, making local changes and back to GitHub again.
Git Configuration
Command Listing
git
git
git
git
version
config --global user.name "Abe Lincoln"
config --global user.email "[email protected]"
config --global --list