blog.minskio.co.uk

Content and theme behind minskio.co.uk
Log | Files | Refs

commit 4b72881badf27f1072a409bcfccc887e595227e4
parent 1204c60a303334b2d2c69c673ca13524930c3f67
Author: breadcat <peter@minskio.co.uk>
Date:   Tue, 21 Jul 2020 15:53:40 +0100

Update post with diff info

Diffstat:
Mcontent/posts/notes-on-storing-dotfiles.md | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/content/posts/notes-on-storing-dotfiles.md b/content/posts/notes-on-storing-dotfiles.md @@ -1,6 +1,7 @@ --- title: "Notes on Storing Dotfiles" date: 2020-06-28T15:29:00 +lastmod: 2020-06-29T11:43:00 tags: ["Linux", "Selfhosted", "Software"] --- @@ -34,4 +35,11 @@ dotfiles add $HOME/.config/bspwm/bspwmrc dotfiles commit -m "Added bspwm config file" ``` +If you'd like to see what has changed before you commit them, you can run: +``` +dotfiles diff $HOME/.config/bspwm/bspwmrc +``` + And you're done. This guide is by no means unique, but has been collated from many posts accross the Internet detailing this process. + +* **Edit 2020-07-21:** Added note about diffing changes +\ No newline at end of file