Porovnat verze

Klíč

  • Tento řádek byl přidán.
  • Tento řádek byl odstraněn.
  • Formátování bylo změněno.

...

Code Block
sudo su git
mkdir -p /home/git/chun.git
cd /home/git/chun.git
git init --bare --share


STEP 3. Add client's public key to /home/git/.ssh/authorized_keys

...