diff options
author | neodarz <neodarz@neodarz.net> | 2018-11-27 15:37:48 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-11-27 15:38:23 +0100 |
commit | 15a404e6a0d95383f02423860a599ad987830424 (patch) | |
tree | 9d436add216637e8da066f6f85611306dfc4ba85 /cheat/.cheat/git | |
parent | 8e781f77466eb7ee6b78301042a37b5f61766e70 (diff) | |
download | dotfiles_ascii-15a404e6a0d95383f02423860a599ad987830424.tar.xz dotfiles_ascii-15a404e6a0d95383f02423860a599ad987830424.zip |
Add some cheat
Diffstat (limited to '')
-rw-r--r-- | cheat/.cheat/git | 3 |
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 |