[wiki] [sites] [dwm][customisation]: give some useful advise to the noobs || NRK

From: <git_AT_suckless.org>
Date: Thu, 28 Apr 2022 05:08:12 +0200

commit a9d5d6ab2038712c89963fd2611b5137ba6e116c
Author: NRK <nrk_AT_disroot.org>
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
_AT_@ -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
 
Received on Thu Apr 28 2022 - 05:08:12 CEST

This archive was generated by hypermail 2.3.0 : Thu Apr 28 2022 - 05:12:42 CEST