SE Experiment 1
SE Experiment 1
Title:
Objective:
To learn how to create an account on a version control system (like GitHub) and set
up a repository for software development projects.
Tools Required:
Steps to Follow:
git init
git add .
git commit -m "Initial commit"
git branch -M main
git remote add origin https://github.com/user_name/repo_name.git
git push -u origin main
Conclusion:
Successfully created and configured a repository using Git and a remote hosting
service. Understood the basic Git workflow.