Skip to content

albertmatyi/dinner-with-friends

Repository files navigation

Git flow

  1. git clone ....

  2. git checkout -b new-feature

  3. work work

  4. git add .

  5. git commit -a

  6. git push -u origin new-feature

  7. git push *n

  8. Go to github

  9. Create pull request

  10. Merge pull request (review)

  11. git checkout mater

  12. git pull

  13. git checkout currently-working-on-feature

  14. git rebase master - apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •