how not to commit
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
# torrent
|
||||
# torrent playground
|
||||
|
||||
- make sure nix is installed
|
||||
|
||||
```bash
|
||||
#following will start your virtual shell
|
||||
start.sh
|
||||
```
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
d7:comment9:Cool Test10:created by18:My Torrent Creator13:creation datei1705127067e4:infod9:file treed7:archived32:state-2024-01-13T09-17-00.tar.xzd0:d6:lengthi268e11:pieces root32:<3A><>f<EFBFBD><<3C><>z<EFBFBD><7A><EFBFBD><EFBFBD>#<23>&<07>uDj<44>r<EFBFBD>t#;<3B>~N<><4E>,eee4:authd0:d6:lengthi56e11:pieces root32:)<29><><1E><11>j<EFBFBD><6A><EFBFBD><EFBFBD>&<26><>=<3D><>?<3F>p27<32>dC@w\<5C>[<5B>ee9:core.confd0:d6:lengthi2815e11:pieces root32:C<>΄V<CE84>R<EFBFBD><52><EFBFBD>z<EFBFBD>,<2C><><EFBFBD>VW<56><57>C<>İ@<40>
|
||||
3]ee13:core.conf.bakd0:d6:lengthi2814e11:pieces root32:Ԥ<><13><<3C><08><10><>X><3E>ئtF<>?Rl<52>2o<32><6F>ee11:deluged.logd0:d6:lengthi0eee11:deluged.pidd0:d6:lengthi11e11:pieces root32:<3A><><EFBFBD><EFBFBD>x1<78><31><EFBFBD>TI<54>><3E><>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=&
|
||||
d7:comment9:Cool Test10:created by18:My Torrent Creator13:creation datei1705127688e4:infod9:file treed7:archived32:state-2024-01-13T09-17-00.tar.xzd0:d6:lengthi268e11:pieces root32:<3A><>f<EFBFBD><<3C><>z<EFBFBD><7A><EFBFBD><EFBFBD>#<23>&<07>uDj<44>r<EFBFBD>t#;<3B>~N<><4E>,eee4:authd0:d6:lengthi56e11:pieces root32:)<29><><1E><11>j<EFBFBD><6A><EFBFBD><EFBFBD>&<26><>=<3D><>?<3F>p27<32>dC@w\<5C>[<5B>ee9:core.confd0:d6:lengthi2823e11:pieces root32:<3A><0B>4-<2D><>=i<>[<5B>%v<><76>i(<28>3<19><><EFBFBD><EFBFBD>R<EFBFBD>7<EFBFBD><08>ee13:core.conf.bakd0:d6:lengthi2815e11:pieces root32:C<>΄V<CE84>R<EFBFBD><52><EFBFBD>z<EFBFBD>,<2C><><EFBFBD>VW<56><57>C<>İ@<40>
|
||||
3]ee11:deluged.logd0:d6:lengthi0eee11:deluged.pidd0:d6:lengthi11e11:pieces root32:<3A><><EFBFBD><EFBFBD>x1<78><31><EFBFBD>TI<54>><3E><>|<7C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>=&
|
||||
<16><>)<29> Uee14:extractor.confd0:d6:lengthi124e11:pieces root32:<3A><><EFBFBD>)<29>$(h<><68>21<10><>u<><쒺<08><>#c{<7B>wee13:hostlist.confd0:d6:lengthi252e11:pieces root32:C<>(<28><1E><10><><EFBFBD>G4<47>YP<59><50>:<3A>b <20>l<EFBFBD>k<EFBFBD>o-2mee3:ssld11:daemon.certd0:d6:lengthi977e11:pieces root32:Y<>G<EFBFBD><47>+Z<><5A><EFBFBD><EFBFBD><<3C>0<EFBFBD><30><EFBFBD><EFBFBD>=X<><58><EFBFBD><EFBFBD><EFBFBD>7/ee11:daemon.pkeyd0:d6:lengthi1704e11:pieces root32:p<>6p<18><1F><><0C><1C><>1<EFBFBD><31>/+<01>c<EFBFBD><63><EFBFBD><EFBFBD>Feee5:stated17:.safe_state_checkd0:d6:lengthi0eee14:torrents.stated0:d6:lengthi80e11:pieces root32:yP<79><50>03<>
|
||||
<EFBFBD><01>
|
||||
<EFBFBD><01>
|
7
push_code.sh
Executable file
7
push_code.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
cd "$MYDIR"
|
||||
|
||||
git add . -A ; git commit -m "how not to commit"; git push
|
Reference in New Issue
Block a user