git checkout master
git branch
* master
new_idea
cat file1.txt
My first file
Another exciting data point
|
git branch
git checkout new_idea
master
* new_idea
cat file1.txt
My first file
Another exciting data point
Another new line
Added a sentence in my new branch
|