DevOps Series : my GIT Cheatsheet
Create a repository From scratch From existing repo Observe my repository Files changes in working dir Changes made to track files History of changes Show a commit All local branches Update Pull latest changes (fetch + merge) Fetch latest changes (does not merge) Publish Stages file Commit all local changes Push changes to origin Revert …