Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 459 Bytes

add-feature-one.md

File metadata and controls

36 lines (22 loc) · 459 Bytes

Add feature one with some bugs.

Checkout feature-one branch.

git checkout feature-one

Add feature one with some bugs.

Write "feature one with two bugs" in DATA.md file.

git add DATA.md

Commit changes to the local repository.

git commit -m 'feature one is added'

View status of GitflowWorkflow repository.

git status

View the commit history.

git log --oneline --graph --all