Git Local Environment Setup (Windows)
Git Local Environment Setup (Windows)
(/)
Click "Next"
Contact us!
(/)
Click "Next"
Click "Next"
Contact us!
(/)
Click "Next"
Step 6. Check "Use Git from Git Bash only" and click
"Next"
Contact us!
(/)
Contact us!
(/)
Contact us!
(/)
Contact us!
(/)
Check
Is Git installed on your PC?
Done?
Contact us!
(/)
2. Initial Git Setup
Contact us!
git config --global user.name
"username"
(/)
Check
Have you successfully setup username and email address?
Done?
Contact us!
(/) 3. Setting Up GitHub
To use Github for free, click the "Free" option and then
the "Continue" button at the bottom left.
Contact us!
(/)
Contact us!
After clicking the "+" button, click on "New
repository."
(/)
By clicking "New repository", you will be navigated to
the page below.
Contact us!
Check
Were you able to register GitHub and create a new remote
(/)
repository?
Done?
4. Pushing to GitHub
mkdir mysite
cd mysite
git init
Once you have copied the line, replace the <URL> and
run the following command:
Push
Check
Have you successfully pushed to remote repository?
Done?
Contact us!
(/)
Now, you are able to use GitHub to manage your
projects!
Contact us!