Gits and GitHub: The Fundamentals
Hello! welcome to my article🤗. This article focuses mainly on the fundamentals and basics on how to use Git and GitHub. We will discuss Git and Github, various git commands, and their uses in detail. You will learn how to create, push, and pull a re...
devbysteph.hashnode.dev17 min read
KOTP
Trying to get along
Instead, prefer using
git commit -vif you are not usinggit commit -p(perhaps also with-v) to force a pause to think about the story you want to write from the view of your git log. Usinggit commit -mencourages less thoughtful history being written.Use the editor coming up, and the diff presented to remind you why the changes are committed in this commit, in this one snapshot.