diff --git a/README.md b/README.md index c90e96d..5200c57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -ex-branches +ex-branches red =========== This repository contains several commits on `master` branch and two on feature branches and helps demonstrate branching and merging Git commands. @@ -8,4 +8,4 @@ This repository contains several commits on `master` branch and two on feature b * Using `git merge` to integrate branches * Initiate a Pull Requests from a topic branch * Create a single commit with `git merge --squash` -* Rewriting history with `git rebase` \ No newline at end of file +* Rewriting history with `git rebase` diff --git a/branches.md b/branches.md index 5e6224e..3d063d8 100644 --- a/branches.md +++ b/branches.md @@ -1 +1,2 @@ All about the branches +this is the new branch of something i don't know about \ No newline at end of file