05 mars 2019

GIT

Few Git commands :

Clone remote repository
git clone (ssh|git)://hostname.com/(repository)
Record code updates
git commit
Push local updates to remote
git push origin master

WSL 2 upgrade on windows

Few days ago I would like to use docker from windows with docker composer. And because I am using ansible, I found easier to deal from Linux...