commit a9d5d6ab2038712c89963fd2611b5137ba6e116c
Author: NRK <[email protected]>
Date:   Thu Apr 28 09:05:15 2022 +0600

    [dwm][customisation]: give some useful advise to the noobs

diff --git a/dwm.suckless.org/customisation/patches_in_git/index.md 
b/dwm.suckless.org/customisation/patches_in_git/index.md
index 2f14e888..c5237d6e 100644
--- a/dwm.suckless.org/customisation/patches_in_git/index.md
+++ b/dwm.suckless.org/customisation/patches_in_git/index.md
@@ -39,8 +39,9 @@ Then record the changes as commits
 
        # tell git to add the changes in the given file(s) to be recorded
        git add some_file.ext
-       # git will ask you to provide a message describing your changes
-       git commit
+       # git will ask you to provide a message describing your changes,
+       # while showing a diff of what's being commited.
+       git commit -v
 
 ### Experimenting with different combinations of customizations
 


Reply via email to