Re: Access Git ssh on port 8822 ?

2018-09-19 Thread Leonardo Bozzi
Ok git clone ssh://bo...@bozzi.net:8822/opt/gitcurso access sucess. Adm. Leonardo Bozzi Administrador / Analista de Sistemas Tel.: (27) 99988-4576 CRA-ES: 13256 Em qua, 19 de set de 2018 às 14:50, Jeff King escreveu: > > On Wed, Sep 19, 2018 at 02:47:09PM -0300, Leonardo Bozzi

Access Git ssh on port 8822 ?

2018-09-19 Thread Leonardo Bozzi
Good afternoon, I'm trying to set up a git server, but I want to use ssh access to connect clients on my server, but because of a limitation in my internet provider it blocks access from outside on port 22, so I changed the same from ssh to 8822. But when I give the command: $git remote add

Re: Merging branches with smudge filter

2016-02-08 Thread Leonardo
, in the end I've merged these two files manually. I think I might have done something wrong while branching. I'm still learning. Next time I'll be more attentive. 2016-02-08 15:32 GMT-02:00 Junio C Hamano <gits...@pobox.com>: > Leonardo <leobasi...@gmail.com> writes: > >> Hi, e

Merging branches with smudge filter

2016-02-04 Thread Leonardo
Hi, everybody. I'm new to git and I'd like to keep track of some codes we have here in our company. They have some sensitive information I would like to keep private. After some googling, I found some solutions that encrypt/decrypt the files using filters as they're committed/checked out. I've