From b68c4b4b93ea565c600f84fb10c3ba5ce290a5b2 Mon Sep 17 00:00:00 2001 From: eneller <68303608+eneller@users.noreply.github.com> Date: Sat, 30 Apr 2022 18:39:29 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index a83b2ef..8cbf55d 100644 --- a/Home.md +++ b/Home.md @@ -31,4 +31,7 @@ alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' ``` dotfiles config --local status.showUntrackedFiles no ``` -4. Use git as you would normally to track your dotfiles, only using e.g. `dotfiles add` instead of `git add` \ No newline at end of file +4. Use git as you would normally to track your dotfiles, only using e.g. `dotfiles add` instead of `git add` + +## Versioning +Use `git tag` to mark specific commits for later checkout. \ No newline at end of file