mirror of https://git.jolheiser.com/ugit.git
Compare commits
1 Commits
57e00fa690
...
ffbfbad566
Author | SHA1 | Date |
---|---|---|
jolheiser | ffbfbad566 |
|
@ -0,0 +1,16 @@
|
|||
# Clean
|
||||
rm -r .ugit/
|
||||
rm -r .ssh/
|
||||
|
||||
# SSH
|
||||
mkdir .ssh
|
||||
http get https://github.com/jolheiser.keys | save --force .ssh/authorized_keys
|
||||
|
||||
# Git
|
||||
mkdir .ugit
|
||||
git clone --bare https://git.jolheiser.com/ugit.git .ugit/ugit.git
|
||||
{"private": false, "description": "ugit"} | save .ugit/ugit.git/ugit.json
|
||||
git clone --bare https://git.jolheiser.com/helix.drv.git .ugit/helix.drv.git
|
||||
{"private": false, "description": "helix.drv"} | save .ugit/helix.drv.git/ugit.json
|
||||
git clone --bare https://git.jolheiser.com/jolheiser.com.git .ugit/jolheiser.com.git
|
||||
{"private": false, "description": "jolheiser.com"} | save .ugit/jolheiser.com.git/ugit.json
|
Loading…
Reference in New Issue