Re: git and Pharo new book...
Posted by
Offray Vladimir Luna Cárdenas-2 on
May 14, 2020; 3:07am
URL: https://forum.world.st/git-and-Pharo-new-book-tp5116522p5116572.html
Hi Pierce,
My workflow with Gitea is pretty similar to yours. The only difference
is that the Gitea server is community hosted on the web, instead of
running on local hardware. It seems we share the joy of minimalist self
contained little tools, as your work on SQLite shows :-). BTW, thanks
for it.
Cheers,
Offray
On 13/05/20 8:22 p. m., Pierce Ng wrote:
> On Wed, May 13, 2020 at 11:07:00AM -0500, Offray Vladimir Luna Cárdenas wrote:
>> This is perfect timing, as I have started to slowly migrate my own repos
>> from SmalltalkHub to a simple, self hosted and self contained Gitea[1]
> Hi Offray,
>
> I run Gitea on a Raspberry Pi at home. I have a couple of scripts that
> back up the Gitea data, encrypt the backup with GPG, then uploads
> somewhere. Happy to share if you want them.
>
> On the topic, Iceberg works fine with Gitea. My SOP as follows:
>
> - create repo using Gitea web interface
> - using command line, clone locally via ssh
> - using command line, 'git remote add ...'
>
> Then in Iceberg use the local clone.
>
> Pierce
>
>