Mari kita awali ngomongin Git dengan mengulang Git Philosophy:
-
Commit early, commit often
-
One commit represents one idea or one change.
- Makes it easy to read patches
- Easy to revert unwanted changes later
-
Your working directory, index, and local repo are your scratch pads.