From 15a404e6a0d95383f02423860a599ad987830424 Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 27 Nov 2018 15:37:48 +0100 Subject: Add some cheat --- cheat/.cheat/git | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cheat/.cheat/git') 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 -- cgit v1.2.1