git-workflow
////////////////////// https://linuxdady.com/git-workflow-for-beginners/ https://linuxdady.com/what-is-stash-in-git/ ///////////////////////// Git workflow for Developers and DevOps Engineers BY DEEPAK KUMAR · PUBLISHED OCTOBER 24, 2019 · UPDATED AUGUST 9, 2020 In earlier tutorials we have already discussed before learning any devops tools we should learn behavior of that tools. Means how that tool will work and what will be architecture and workflow of that tool. So, we will discuss today about git workflow . Git workflow Git workflow is the combination of steps that we have to follow before starting development cycle means how developers pull, push, commit, clone and mange their code on git server. Here we will take real time scenario. Suppose our company got a project and hire two developer Harry and Joy for coding. Both of developer will work according to below diagram. First Harry will start development cycle. Go ...