Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgh3326 committed Mar 3, 2018
1 parent 559b12b commit 7fb37a3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# github master 자동으로 올려주기
> github master 자동으로 올려주기
<hr/>

my.sh 파일을 remote 저장소가 지정된 git 폴더로 이동 시킨후에 git bash 에서 ./my.sh (커밋 내용) 을 실행할 경우
git pull origin master
git add *
git commit (커밋 내용)
<hr>
먼저 git clone https://github.com/mgh3326/auto_git_update 으로 다운로드 해주시고서
<br>
my.sh 파일을 remote 저장소가 지정된 git 폴더로 이동 시킨후에 git bash 에서 ./my.sh (커밋 내용) 을 실행하시면 됩니다.<br>
실행할 경우<br>
git pull origin master<br>
git add *<br>
git commit (커밋 내용)<br>
git push origin master 를 진행하게 됩니다.

<br>
커밋 내용에 ""은 필요 없으며, 공백이 들어가도 무방합니다.

<br>
감사합니다.

<hr>
## Release History


Expand All @@ -27,5 +29,5 @@ git push origin master 를 진행하게 됩니다.



## Contributing
<!-- ## Contributing -->

0 comments on commit 7fb37a3

Please sign in to comment.