EasyToCheck/github.md at master · LuckyLin/EasyToCheck · GitHub
Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 235 Bytes

File metadata and controls

10 lines (6 loc) · 235 Bytes

Operations check of git

create new branch

Create the branch on your local machine and switch in this branch :

$ git checkout -b [name_of_your_new_branch] Push the branch on github :

$ git push origin [name_of_your_new_branch]