git checkout feature-one
Write "feature one with two bugs" in DATA.md file.
git add DATA.md
git commit -m 'feature one is added'
git status
git log --oneline --graph --all
git checkout feature-one
Write "feature one with two bugs" in DATA.md file.
git add DATA.md
git commit -m 'feature one is added'
git status
git log --oneline --graph --all