aboutsummaryrefslogtreecommitdiff
path: root/cheat/.cheat/git
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/.cheat/git')
-rw-r--r--cheat/.cheat/git3
1 files changed, 3 insertions, 0 deletions
diff --git a/cheat/.cheat/git b/cheat/.cheat/git
index 9364438..8903fa2 100644
--- a/cheat/.cheat/git
+++ b/cheat/.cheat/git
@@ -156,3 +156,6 @@ tr -d $'\r' < file_fucked > file_ok
# Push to current branch to another branch
# Here push local master on remote dreamer_theme
git push origin master:dreamer_theme
+
+# Create bare repo shared
+git init --bare --shared=group