summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/posts/notes-on-storing-dotfiles.md8
1 files changed, 8 insertions, 0 deletions
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