From 4db027f5772558fec508cc8eeee027c51f482492 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Sun, 18 Feb 2024 11:57:39 +0100 Subject: [PATCH] :dog: Renaming `git-dotfiles` to `gitdotfiles` --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd4aa82..53f734b 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git 1. install git 1. `cd ~` 1. `git clone --bare --depth 1 --recurse-submodules --shallow-submodules git@jaandrle.cz:jaandrle/dotfiles.git ~/.dotfiles` -1. `alias git-dotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'` -1. `git-dotfiles config --local status.showUntrackedFiles no` +1. `alias gitdotfiles='/usr/bin/git --git-dir="$HOME/.dotfiles/" --work-tree="$HOME"'` +1. `gitdotfiles config --local status.showUntrackedFiles no` 1. you may also need to use - 1. `git-dotfiles reset` (`git-dotfiles reset --hard HEAD`) - 1. `git-dotfiles checkout -f` - 1. `git-dotfiles submodule update --init --recursive` + 1. `gitdotfiles reset` (`git-dotfiles reset --hard HEAD`) + 1. `gitdotfiles checkout -f` + 1. `gitdotfiles submodule update --init --recursive`