-
PRs are being made and merged against the ``dev`` branch instead of ``master``. The ``master`` branch should be where all the development is happening.
-
Should this presentation include addressing:
- [x] common workflows with branches (gitflow, githubflow, environment-based branching, etc)
- [x] issue collection/management
- [x] commit message te…
-
I'm seeing that develop and features are being SemVer tagged as unstable rather than alpha, yet I don't see any call out to unstable anywhere in the docs. The docs to date mention alpha, yet that is n…
-
It looks there are ways to integrate git into eclipse to help start integrating gitflow into your regular workflow. http://www.eclipse.org/egit/. Alternatively, the git-cli is fairly easy to master.
-
Hello.
So I have added a new folder into the top level of our repository called gitInfo. In there is a gitCheatSheet.txt (also attached to this issue) that contains some of the simple commands for …
-
This is a common practice and prevents someone from committing code without any review.
This has several positive impacts on the project.
1. Prevents files from being accidentally committed
2. …
-
Since our project could increase a lot, I think we have to figure out an appropriate Workflow.
We cannot run the risk of breaking the official release through unwanted changes from a contributor wh…
-
Extracted from #955. Assumes we're switching to GitFlow.
I think we'll need to overhaul our "next release" workflow. It's been a little problematic anyhow, I think, since we've been guessing about …
-
I am using GitFlow which is really, really great.
Development occurs in "develop". "master" always contains the latest, released version.
Example workflow can be seen in https://github.com/jschneide…
-
This arose from a [Gitter conversation about how we support older releases](https://gitter.im/FakeItEasy?at=586104e2c895451b7520c61a).
@adamralph proposed moving from GitHub Flow to [GitFlow](http:…