In this codelab you we learn will how to use git

Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

You can use git for manage your code

You should be familiar with at least those git commands and files:

local

working with remote (origin)

gitignore

Github tools

You can use github using several git tools

Git remote host

In order to colaborate with other pepole we use a common remote repository in remote git host

We use "GITHUB" to host most of our project

some project use diffrent git host like gitbucke, or gitlab

Login to github

pull reqest

Every code insertion for new feature will be in new source branch and required "pull request" in order to marge it to the target branch

Create pull request

What to do when there is conflict

Key points

return to main