title | subtitle | author | date | source |
---|---|---|---|---|
Docker Compose Cheatsheet |
Quick reference for Docker Compose commands and config files |
Jon LaBelle |
April 7, 2019 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config --global user.name 'Md-shefat-masum' | |
git config --global user.email '[email protected]' | |
git add . (this command all all files) | |
git branch new-branch-name ( add new branch to git hub ) | |
git checkout branch-name ( changing the git branch ) |