mirror of
https://github.com/valitydev/riak_test.git
synced 2024-11-06 16:45:29 +00:00
8 lines
111 B
Bash
8 lines
111 B
Bash
rm -rf /tmp/rt
|
|
mkdir /tmp/rt
|
|
cp -a dev /tmp/rt
|
|
cd /tmp/rt
|
|
git init
|
|
git add .
|
|
git commit -a -m "riak_test init"
|