diff --git a/README.md b/README.md index cd5bea0..2360e3f 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,3 @@ This repositories if for foundry study (Thanks Patrick Collins the youtuber who provide the course a lot!) course source: https://github.com/Cyfrin/foundry-full-course-cu - diff --git a/gitACP.sh b/gitACP.sh new file mode 100644 index 0000000..7e73fb3 --- /dev/null +++ b/gitACP.sh @@ -0,0 +1,4 @@ +#/bin/bash! +git add . &&\ +git commit -m "add" &&\ +git push