File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed
Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,13 @@ cd $(git config --path --get init.templatedir)
4141git pull
4242```
4343
44- Then, you can update any repository by running this in the working tree of your
45- repository :
46-
47- ``` sh
48- $( git config --path --get init.templatedir) /../update.sh
49- # If your template directory is ~/.git_template/template, this is equivalent to :
50- ~ /.git_template/update.sh
51- ```
52-
53- Make sure you have rsync installed.
44+ Then, you can update any repository by running ` git init ` from within it.
45+ Don't fear, [ it is perfectly safe] [ init-manpage ] .
5446
5547## Setup on existing projects
5648
5749You can also run the update script from a project created before your switch
5850to ` git_template ` , but be aware that any hook you created yourself will be deleted.
5951
6052[ 0 ] : https://github.com/greg0ire/git_template
53+ [ init-manpage ] : https://git-scm.com/docs/git-init
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments