diff --git a/README.md b/README.md index 7a6ef96..d6a29fd 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,10 @@ #git branching and merging practise -A branch is a series of commits - We can create a new branch using `git branch ""` The new branch's root commit will be master commit of the branch you've "branched off of" -# To fetch and pull +# To fetch vs pull git fetch -> getting all the commits from remote (github) diff --git a/steph.md b/steph.md new file mode 100644 index 0000000..7ca5204 --- /dev/null +++ b/steph.md @@ -0,0 +1 @@ +Hello, I'm Steph. \ No newline at end of file