README.md: Added provisional user credentials to the initial commit command on a local backup branch
This commit is contained in:
parent
c5b1898733
commit
08507db7f5
1 changed files with 2 additions and 2 deletions
4
.github/README.md
vendored
4
.github/README.md
vendored
|
@ -5,7 +5,7 @@
|
||||||
git clone -n --config core.bare=true --separate-git-dir=$HOME/.dotgit git@github.com:gliech/dotfiles.git $(mktemp -d)
|
git clone -n --config core.bare=true --separate-git-dir=$HOME/.dotgit git@github.com:gliech/dotfiles.git $(mktemp -d)
|
||||||
git --work-tree=$HOME --git-dir=$HOME/.dotgit reset HEAD
|
git --work-tree=$HOME --git-dir=$HOME/.dotgit reset HEAD
|
||||||
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout -b $HOSTNAME
|
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout -b $HOSTNAME
|
||||||
git --work-tree=$HOME --git-dir=$HOME/.dotgit commit -am "Backed up pre-existing configs to local branch"
|
git --work-tree=$HOME --git-dir=$HOME/.dotgit -c user.name="$USER" -c user.email="${USER}@${HOSTNAME}" commit -am "Backed up pre-existing configs to local branch"
|
||||||
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout master
|
git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout master
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -35,6 +35,6 @@ git --work-tree=$HOME --git-dir=$HOME/.dotgit checkout master
|
||||||
- add proper status messages to vim-plug install
|
- add proper status messages to vim-plug install
|
||||||
- install vim plugins
|
- install vim plugins
|
||||||
- missing executables warnings
|
- missing executables warnings
|
||||||
- environment templates?
|
- environment templates? (git.env!)
|
||||||
- fix the umask
|
- fix the umask
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue