Create a branch
Create a parallel branch
git checkout -b featureReplace the contents and commit
echo "some content from feature" > code.txtcat code.txtgit commit -am "modification in feature"Last updated