Git workflow for a feature branch: dev branch has files: 1.txt and package.json I branch from dev to do featureX
git branch -b featureX