Git Basic Part I
Git Branch
Types of git branch
there are two type of branches:
-
local branches
-
remove-tracking branches
you can check them out using git branch
and git branch -r
Tree and DAG
Git Pull
git fetch git merge
- Up Next
In the part II we will talk more about xxx in git. Stay tuned!
Leave a comment