git checkout develop
git fetch --all
git reset --hard origin/develop
git checkout -b feature/id
git add .
git commit -m "feat(ten-du-an): issue-1 create new feature"
git rebase -i origin/develop
git push -u origin/feature/id
Last updated 4 months ago