From 0c82bf428ea55d34f015988c26eed7d949f26a72 Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Sat, 23 Nov 2019 09:58:39 +0100
Subject: [PATCH] add suggestion on pushing a branch in readme

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 279b172c..a63aa58f 100644
--- a/README.md
+++ b/README.md
@@ -16,3 +16,8 @@ Personally, I keep it in a directory by the others.  This allows you to do:
 
 > git subtree -P config pull ../config master
 
+The configs also have one branch per repo, so when writing Adventures in Fenestra ('aif'), you can do a push to just that branch:
+
+> git subtree -P config push ../config aif
+
+
-- 
GitLab