Skip to content

Commit

Permalink
Update all files except auto-git.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
MacNc2023 committed Sep 28, 2024
1 parent 6f0784b commit 51cc518
Show file tree
Hide file tree
Showing 16 changed files with 549 additions and 10 deletions.
2 changes: 2 additions & 0 deletions OpenCMD.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Set objShell = CreateObject("WScript.Shell")
objShell.Run "cmd", 1, False
11 changes: 11 additions & 0 deletions auto-git.bat
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
Loading

0 comments on commit 51cc518

Please sign in to comment.