From cfbbc9197ae63a508457b3561c37581cd06749e1 Mon Sep 17 00:00:00 2001 From: notnull Date: Wed, 23 Jan 2019 06:15:53 -0800 Subject: [PATCH] testing git push from notnull@serge --- _proto.org | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/_proto.org b/_proto.org index 98869d0..ecf1b76 100644 --- a/_proto.org +++ b/_proto.org @@ -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: