mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
8 lines
156 B
Bash
Executable file
8 lines
156 B
Bash
Executable file
#!/bin/bash
|
|
|
|
#warning, you need to have the .gitignore intact to ignore www/participants/*/**
|
|
|
|
git rm -r --cached .
|
|
git add .
|
|
git commit
|
|
torsocks git push
|