Login using Social Account
     Continue with GoogleLogin using your credentials
Purpose: Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
Home Page: https://git-scm.com/
Documentation: https://git-scm.com/doc
Related resources to learn: https://cloudxlab.com/assessment/playlist-intro/831/git-version-control-basic-to-advanced?course_id=124&playlist_id=831
How to get started:
In the web console tab on the right side of the screen, create a Local Repository
git init
Setup Your username and email in the Git repository
git config user.name "full_name"
git config user.email "email_id"
Commit to Git repository
git commit -m "First commit"
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Answer is not availble for this assesment
Loading comments...