mirror of
https://github.com/OBKoro1/autoCommit.git
synced 2024-11-22 10:29:23 +08:00
autoCommit
This commit is contained in:
commit
e8ff3db305
@ -2,7 +2,11 @@
|
||||
* Author : OBKoro1
|
||||
* Date : 2019-12-19 20:23:57
|
||||
* LastEditors : OBKoro1
|
||||
* LastEditTime : 2019-12-20 15:36:23
|
||||
<<<<<<< HEAD
|
||||
* LastEditTime : 2019-12-20 15:38:38
|
||||
=======
|
||||
* LastEditTime : 2019-12-20 11:38:56
|
||||
>>>>>>> f3727103e7de14f2c3f815eacd27eb642b0b7682
|
||||
* FilePath : /autoCommit/index.js
|
||||
* Description : 自动commit
|
||||
* https://github.com/OBKoro1
|
||||
@ -24,7 +28,7 @@ class autoCommit {
|
||||
}
|
||||
commit() {
|
||||
this.myExecSync(
|
||||
`git add . && git commit --amend --date="2019-01-01T00:00:00+0800" -am 'autoCommit' && git pull && git push`
|
||||
`git add . && git commit --amend --date="2019-01-02T00:00:00+0800" -am 'autoCommit' && git pull && git push`
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user