summaryrefslogtreecommitdiffstats
path: root/git-branching-model.txt
diff options
context:
space:
mode:
Diffstat (limited to 'git-branching-model.txt')
-rw-r--r--git-branching-model.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/git-branching-model.txt b/git-branching-model.txt
new file mode 100644
index 0000000..2dfe7b5
--- /dev/null
+++ b/git-branching-model.txt
@@ -0,0 +1,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