Find the answers by your understandings(Shoulden't be copied by internet & used hand-made diagrams) of below quistions and Write blog on it.
- What is Git and why is it important?
- What is difference Between Main Branch and Master Branch??
- Can you explain the difference between Git and GitHub?
- How do you create a new repository on GitHub?
- What is difference between local & remote repository? How to connect local to remote?
task-1:
- Set your user name and email address, which will be associated with your commits.
task-2:
- Create a repository named "Devops" on GitHub
- Connect your local repository to the repository on GitHub.
- Create a new file in Devops/Git/Day-02.txt & add some content to it
- Push your local commits to the repository on GitHub
reff :- https://youtu.be/AT1uxOLsCdk
Note: These steps assume that you have already installed Git on your computer and have created a GitHub account. If you need help with these prerequisites, you can refer to the day-08