-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all files except auto-git.bat
- Loading branch information
Showing
16 changed files
with
549 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Set objShell = CreateObject("WScript.Shell") | ||
objShell.Run "cmd", 1, False |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@echo off | ||
cd /d %~dp0 | ||
git pull | ||
|
||
rem auto-git.bat 파일을 제외한 모든 변경사항 추가 | ||
git add -A | ||
git reset -- auto-git.bat | ||
|
||
git commit -m "Update all files except auto-git.bat" | ||
git push origin main | ||
pause |
Oops, something went wrong.