Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save kharandziuk/b729d3f5a67d97b3dbfc91718aa2a232 to your computer and use it in GitHub Desktop.

Select an option

Save kharandziuk/b729d3f5a67d97b3dbfc91718aa2a232 to your computer and use it in GitHub Desktop.
how to start working on a new feature
git checkout -b <branch-name> # task-4 is a bad name, filters is a good name
git fetch origin master
git reset --hard FETCH_HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment