
Hello. This is Komiya. This is a continuation of the previous article. This time I'm going to write about git merges and tags and conflicts. Well, please watch warmly as it is when beginners get used to it. I don't talk about git-flow or branch models. Check where you are now ''' $ git branch -a add_custom_repository * master '''...

When diffing /etc/hosts between each environment, after creating a large number of servers on Memo Cloud, when checking conf comparisons, etc. ・Local-to-other (compared to /etc/hosts.backup) ''' $ diff /etc/hosts /etc/hosts.backup ''' ・Local remote (xxx-web01) ''' $diff /etc/hosts...