Ahead of the curve

When Fergusonville native Laura Weber-Carnevale began her career in 1981 at the Hamilton, New Jersey-based Klatzkin & Company, there were only two other women on the 20-person staff of accountants…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




An Intro to Git and GitHub for Beginners

Few days ago my friend Deepak created a group in which he provided us a virtual internship .In that virtual internship all admins help us to learn Git and GitHub .The admins gave all the members Daily tasks to complete.And obviously those task were based on GitHub, The tasks were very well designed for beginners like me.

Git: Git is a distributed control version software.Git is particularly a special tool which has a lot of advanced and sophisticated features for collaboration.
It will keep track history of projects and allow many people to collaborate on project together.

GITHUB :
GitHub is a website where developers store their projects and network with like minded people. IT is web-based platform used for version control. It makes easy to contribute to your open source project.

GitHub is so popular in most of the projects because:

• GitHub is a repository

•Integration option , it means GitHub can integrate with common platforms
• allows many people to collaborate together on the same projects.

Git Work Flows :

There are four fundamental elements is git workflow:
•workspace
•Index
•loacal repository
•Remote repository

There is one Central repository. Clone command is there which is used to create copies of repository . And make changes locally using commit command. Then pushes it to the central repository so that any other developer wanting to make any change can pull and use in their work.

Step 0: Install git and create a GitHub account .

Step 1: Create a local git repository .

Step 2: Add a new file to the repo.

Step 3: Add a file to the staging environment.

Step 4: Create a commit

Step 5: Create a new branch

Step 6: Create a new repository on GitHub.

Step 7: Push a branch to GitHub

Step 8: Create a Pull Request (PR)

Step 9: Merge a PR

Along with this I also learned about.

From not knowing the basic definition of Git and GitHub ,today I know all of these information about GitHub.

I am thankful to team codewayy for giving me a chance to learn and enhance my skills!

“Looking forward to work under the guidance of codewayy team !”

Thanks for reading!

Regards,

Rutika Mandape

Add a comment

Related posts:

My Husband Spanked Me 200 Times for Reaching 200 Followers

There are a lot of reasons for that. I can’t bring myself to hurt them, for one thing. I’m also not convinced it’s terribly effective. And my country’s government frowns on it, too. But probably my…

Tokenomics 101

Recent NFT projects on Solana have run into problems with Stake and Tokenomics. We asked our tokenomics expert (a talented sociologist) to write this long thread. It will cover the following things…

Home Doctor

The Home Doctor book is a comprehensive guide to common illnesses and health conditions that can be treated at home. It provides practical advice on how to manage symptoms, prevent illnesses, and…