github

A collection of 2 post

Easy Ways To Facilitate Gitflow

Introduction The diagram below is the most famous one describing Gitflow. However, it is not easy to understand at a first glance. There are tons of alternative and different ways to apply Gitflow to your project. In this post, introduce the easiest and comprehensible strategy that I use. Develop…

8 Must Know Git Techniques for Junior Developer

Introduction Everyone knows about manage Git is extremely important. However, editing, rollback, deleting the history with Git is way much stressful sometimes. In this post, I’ll talk about the basic Git techniques for all the developers must know. 1. Git Clone When you’re working on an existing…