jorge3fernandes / City_of_Brockton_R

This repo documents the impact of data science in city through the use of police dispatch log.
https://jorgefernandes.shinyapps.io/Brockton_Police_Dispatch/
2 stars 1 forks source link

Proposing to use a new workflow #17

Closed jorge3fernandes closed 6 years ago

jorge3fernandes commented 6 years ago

@sconde, I started using this workflow for my projects at work and I love it. What do you think about using it for this project?

sconde commented 6 years ago

I like this workflow. This is what I'm currently using. Although when I do a PR with your fork, I do it after I've merged into my own master.

There's actually a way to close off your master branch from direct pushes. And the only way to get changes in is through a PR. If you really want to be pedantic with your workflow, you can make sure to have a code review with every PR before a merge.

Is everyone using git at work?

jorge3fernandes commented 6 years ago

Not everyone is using it at work. We just hired someone who is experienced in software development and she seems to want to push the team to start using git.

We should get together again to discuss how to manage branches.