update,
This commit is contained in:
7
jasonchung0708-93146/gitUpdate.bat
Normal file
7
jasonchung0708-93146/gitUpdate.bat
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
git status .
|
||||||
|
|
||||||
|
@pause
|
||||||
|
|
||||||
|
git add .
|
||||||
|
git commit -m"update jasonchung0708-93146,"
|
||||||
|
start git push
|
1
jasonchung0708-93146/task1/NOTES.md
Normal file
1
jasonchung0708-93146/task1/NOTES.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# HKD 1200 FAILED
|
Binary file not shown.
After Width: | Height: | Size: 325 KiB |
13
jasonchung0708-93146/task1/package.json
Normal file
13
jasonchung0708-93146/task1/package.json
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "sunny9898",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"gitUpdate": "git add . && git commit -m\"update jasonchung0708-93146,\" && git push"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
Reference in New Issue
Block a user