I hereby claim:
- I am koromerzhin on github.
- I am koromerzhin (https://keybase.io/koromerzhin) on keybase.
- I have a public key ASCF7-M9MmHIdJWka1_xPdx8aVCJTQOTZ-u_0uDUjdum1Qo
To claim this, I am signing this object:
:root { | |
--penguin-size: 300px; | |
--penguin-skin: gray; | |
--penguin-belly: white; | |
--penguin-beak: orange; | |
} | |
.penguin { |
ssh-keygen -t rsa -b 2048 | |
chgrp Système ~/ -Rf | |
chmod -Rf 700 ~/.ssh | |
ssh-copy-id -i ~/.ssh/id_rsa.pub [email protected] -p 22222 | |
ssh -p 22222 [email protected] |
# On clone les dépots | |
git clone projet1 | |
git clone projet2 | |
cd projet1 | |
# On ajoute le projet2 comme source dans le projet1 | |
git remote add projet2 ../projet2 | |
git fetch projet2 | |
# On liste les branches du dépôt 2 |
@echo off | |
mkdir TEMP_REPO_FOLDERNAME | |
cd TEMP_REPO_FOLDERNAME | |
git init --bare .git | |
git remote add origin %1 | |
git fetch origin refs/heads/*:refs/heads/* | |
git fetch origin refs/tags/*:refs/tags/* | |
git init | |
git checkout master | |
git remote rm origin |
setfacl -R -m u:http:rwX -m u:`whoami`:rwX www | |
setfacl -dR -m u:http:rwX -m u:`whoami`:rwX www |
YAML 5 hrs 48 mins ████░░░░░░░░░░░░░░░░░ 19.1% | |
Makefile 4 hrs 44 mins ███▎░░░░░░░░░░░░░░░░░ 15.6% | |
JSON 4 hrs 5 mins ██▊░░░░░░░░░░░░░░░░░░ 13.5% | |
PHP 3 hrs 26 mins ██▍░░░░░░░░░░░░░░░░░░ 11.3% | |
Markdown 3 hrs ██░░░░░░░░░░░░░░░░░░░ 9.9% |
I hereby claim:
To claim this, I am signing this object: