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
Few Git commands :
git clone (ssh|git)://hostname.com/(repository)
git commit
git push origin master
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...