Set up Git #564
hydrolet
announced in
Intro & Outro
Set up Git
#564
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why this task matters
Git is the version control tool that connects your local project folder to the shared repository on GitHub. It lets you clone the project, save your work, and sync changes with your team.
Steps (Windows)
Go to https://git-scm.com and download the Windows installer.
main
(instead ofmaster
).cd directory-name
git --version
git version 2.42.0
✅ Done! Git is installed, configured, and ready to connect to GitHub.
Video
Steps (macOS)
git --version
git version 2.42.0
✅ Done! Git is installed, configured, and ready to connect to GitHub.
Beta Was this translation helpful? Give feedback.
All reactions