Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.24 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.24 KB

Day 9 Task: Deep Dive in Git & GitHub for DevOps Engineers.

Find the answers by your understandings(Shoulden't be copied by internet & used hand-made diagrams) of below quistions and Write blog on it.

  1. What is Git and why is it important?
  2. What is difference Between Main Branch and Master Branch??
  3. Can you explain the difference between Git and GitHub?
  4. How do you create a new repository on GitHub?
  5. What is difference between local & remote repository? How to connect local to remote?

Tasks

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

← Previous Day | Next Day →