• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision4ffaefb193f745e002849a0f777981049c0fa433 (tree)
Time2012-03-13 14:06:09
Authorqwerty2501 <qwerty2501@user...>
Commiterqwerty2501

Log Message

backupバッチファイル追加

Change Summary

Incremental Difference

--- /dev/null
+++ b/Release/push_preview.bat
@@ -0,0 +1,3 @@
1+git add nlite.exe libs/*
2+git gui
3+pause > 0
\ No newline at end of file
--- /dev/null
+++ b/backup.bat
@@ -0,0 +1,15 @@
1+cmd /c git add *.cpp
2+cmd /c git add *.
3+cmd /c git add *.h
4+cmd /c git add nlite\nlite.rc
5+cmd /c git add *.ico
6+cmd /c git add *.sln
7+cmd /c git add *.vcxproj*
8+cmd /c git add *ReadMe*
9+cmd /c git add *README*
10+cmd /c git add *.bmp
11+cmd /c git add nlite\nlite.exe.manifest
12+cmd /c git add *.suo
13+cmd /c git add nlite\libs\*
14+cmd /c git add *.bat
15+cmd /c git gui
\ No newline at end of file
--- /dev/null
+++ b/nlite/fileout.bat
@@ -0,0 +1 @@
1+xcopy output ..\Debug /E
\ No newline at end of file
--- /dev/null
+++ b/pull.bat
@@ -0,0 +1,4 @@
1+cd /d %nlite%
2+
3+cmd /c git pull privateForge master
4+pause