From 4b72881badf27f1072a409bcfccc887e595227e4 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 21 Jul 2020 15:53:40 +0100 Subject: Update post with diff info --- content/posts/notes-on-storing-dotfiles.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/posts/notes-on-storing-dotfiles.md b/content/posts/notes-on-storing-dotfiles.md index ffc93d3..03f51ff 100644 --- 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 -- cgit v1.2.3