Dive in Git & GitHub ????
Why is GIT important? What is it?
Can you explain the difference between Git and GitHub?
What distinguishes the master branch from the main branch?
What distinguishes a local repository from one that is located elsewhere? How can I link my local and remote computers?
How do you create a new repository on GitHub?
Tasks
Set your username and email address, which will be associated with your commits.
领英推荐
Create a repository named "Devops" on GitHub
Connect your local repository to the repository on GitHub
The?git init?command transforms the current directory into a Git repository.
use git remote?command to connect local repository to the GitHub repository.
git remote add origin <URL_from_GitHub_repository>
Create a new file in Devops/Day-02.txt & add some content to it.
Push your local commits to the repository on GitHub
Git push?: The git push command is?used to upload local repository content to a remote repository.
git push origin master.
Thank you for reading ???
Senior Consultant at TCG Digital
9 个月Very impressive
Software Engineer at UNVIRED SOFTWARE INDIA PRIVATE LIMITED
1 年Very neatly explained information about Git and GitHub