commit a9d5d6ab2038712c89963fd2611b5137ba6e116c parent ac966353645938529cf49e2878e43101cf60d2f5 Author: NRK <nrk@disroot.org> Date: Thu, 28 Apr 2022 09:05:15 +0600 [dwm][customisation]: give some useful advise to the noobs Diffstat:
M | dwm.suckless.org/customisation/patches_in_git/index.md | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git 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