fixed git command
This commit is contained in:
parent
21d0a7bfc6
commit
2f20af29cd
@ -29,7 +29,7 @@ mv "$prj_root/$fromdate""_latest.mcl" "$prj_root/archive/""$fromdate"".mcl" || e
|
||||
|
||||
|
||||
log2file "git add"
|
||||
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/" "log/" >> "log/$d.log" || error_exit "cannot git add"
|
||||
git add "*_latest.mcl" "Deleted_Comics.txt" "archive/*" "log/*" >> "log/$d.log" || error_exit "cannot git add"
|
||||
|
||||
#log2file "git rm"
|
||||
#git rm "$fromdate""_latest.mcl" >> "log/$d.log" || error_exit "cannot git rm"
|
||||
|
Loading…
Reference in New Issue
Block a user