How to partially stage files
GIT has a wonderful idea that is known as the staging area. The stage area is the place where you prepare the files that are going to be on your next commit. Sometimes you want to add only one specific part of some files. You can use one of the follo...
Dec 20, 20182 min read51


