summaryrefslogtreecommitdiffstats
path: root/git-branching-model.txt
blob: 2dfe7b5543cbce7eabce432cedd1da097a9ae13c (plain)
1
2
3
4
- when merging use --no-ff (no fast forward)
- you can think of xstage as master, whatever you merge to master you will merge
  to xstage, so double the work, but this way we have xstage exclusively for
  testing