Skip to content

Looking for git workflow idea for short, infrequent sprints #21874

Answered by lee-dohm
vhe1 asked this question in New to GitHub
Discussion options

You must be logged in to vote

This isn’t really a Git question, but more of a general software development philosophy question 😀

It sounds to me like the lion’s share of the testing occurs in step 2 of your flow and step 4 is more of a “sanity check”. If you’re not catching enough bugs pre-merge, then your process should focus its testing effort on testing post-merge.

Your three classes of changes are pretty much standard. Every software project has some of each of those changes.

I’m not sure what you mean by “the full git-flow”. It sounds like you’re doing that already. Here’s the process that we recommend for use on GitHub. We recommend this process for changes of all sizes. If some changes are particularly large or…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants