Skip to content

Instantly share code, notes, and snippets.

@koobitor
Created March 18, 2020 02:39
Show Gist options
  • Save koobitor/f6a278519df6d11b65d55f560404b8c2 to your computer and use it in GitHub Desktop.
Save koobitor/f6a278519df6d11b65d55f560404b8c2 to your computer and use it in GitHub Desktop.

New Branch

git branch
git checkout develop
git pull origin develop
git checkout -B feature/#1-styled

Update Branch Feature = Branch Develop

git branch
git checkout feature/#1-styled
git fetch origin develop
git merge origin/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment