diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc03cb7 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# test +echo "# test" >> README.md +git init +git add README.md +git commit -m "first commit" +git branch -M main +git remote add origin https://github.com/VENCYR/test.git +git push -u origin main