2021年1月7日

git push a file which is larger than 5MB

摘要: If a file is larger than 5MB size limit for pushing t, the files must be tracked and updated using git lfs. Note: Please follow the instructions here( 阅读全文

posted @ 2021-01-07 18:31 cdekelon 阅读(120) 评论(0) 推荐(0) 编辑

how-do-i-revert-a-git-repository-to-a-previous-commit

摘要: https://stackoverflow.com/questions/4114095/how-do-i-revert-a-git-repository-to-a-previous-commit Normally # This will detach your HEAD, that is, leav 阅读全文

posted @ 2021-01-07 18:00 cdekelon 阅读(45) 评论(0) 推荐(0) 编辑

ffmpeg change h264 to mp4

摘要: ffmpeg -framerate 30 -i input.264 -c copy output.mp4 阅读全文

posted @ 2021-01-07 09:30 cdekelon 阅读(109) 评论(0) 推荐(0) 编辑

导航