This is an old revision of the document!
LEAN:
Travis-CICD
yamllint
git pull vs git fetch: pull puts it in your working directory. Pull is just a Macro: PULL=FETCH+MERGE. See this pic:
git init . git add . ! rechech this in my bastion notes
– vim
:e :bn in vim seems to go tabs before and after!!
git pull: git fetch + git merge git fetch -p git branch -all
– merge
git checkout master git merge origin master git branch -d test
ansible *