diff --git a/book_s/yaml1.yaml b/book_s/yaml1.yaml new file mode 100644 index 0000000000..9ad609c175 --- /dev/null +++ b/book_s/yaml1.yaml @@ -0,0 +1,8 @@ +echo "# book_s" >> README.md +git init +git add README.md +git commit -m "first commit" +git branch -M main +git remote add origin https://github.com/Kevinisagirl21/book_s.git +git clone https://chromium.googlesource.com/All-Projects +git push -u origin main