Github

리눅스 쉘 스크립트로 깃허브 pull, push 간편하게 하기

뚜sh뚜sh 2023. 2. 28. 15:55

1. push or pull 쉘 스크립트를 만들어준다

git add .
git commit -ma
git push(or pull) origin main

 

 

 

2. command 창에 아래 코드를 입력하면 끝 !!!!!!!

chmod +x push.sh