Created
June 13, 2018 10:28
-
-
Save kharandziuk/b729d3f5a67d97b3dbfc91718aa2a232 to your computer and use it in GitHub Desktop.
how to start working on a new feature
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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