testing git push from notnull@serge

This commit is contained in:
notnull 2019-01-23 06:15:53 -08:00
parent 655c3b51a0
commit cfbbc9197a

View File

@ -21,23 +21,11 @@ proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/proj
*** TODOs
**** DONE demo emacs org mode to data
**** TODO enable line wrap as default
**** DONE enable line wrap as default
**** TODO demo TODOs to data - link?
**** TODO re-write projex in org mode style
- proto.org is the test run of this.
**** TODO write git workflow
- git home = serge:srv/git <-- not sure if this is perfectly correct
- mkdir projex/repo.git && cd repo.git && git init --bare
- torsocks git clone git@w2ja5hhrcjc2wnxe.onion:projex/repo.git
- this requires that you have a pubkey added to srv/git/.ssh/authorized_keys
- see /var/www/irc.anarchyplanet.org/dox for an example of this locally
(git remote -v)
- you will clone an empty repo... make changes locally and then push
- (I want to control branches / permissions, this is a todo)
- make changes locally
- torsocks git push origin master <--- branch issues but for now let's do this
- C-c C-t to cycle through todo-done
- You can add more options with
*** links
@ -50,6 +38,25 @@ proto.org = wget --no-check-certificate https://irc.anarchyplanet.org/pad/p/proj
*** exports
*** code blocks / literate programming
** Git Workflow
- git home = serge:srv/git
- mkdir projex/repo.git && cd repo.git && git init --bare
- torsocks git clone git@w2ja5hhrcjc2wnxe.onion:projex/repo.git
- this requires that you have a pubkey added to srv/git/.ssh/authorized_keys
- see /var/www/irc.anarchyplanet.org/dox for an example of this locally
(git remote -v)
- you will clone an empty repo... make changes locally and then push
- (I want to control branches / permissions, this is a todo)
- make changes locally
- torsocks git push origin master
*** branch issues with git push
I don't have permissions figured out perfectly for this. when I push as notnull@host it hangs (permission issue) but when I push as root it's fine.
I need to examine permissions for /srv/git
** random notes
online collaboration and async communication: <manifesto will go here>