ffmpeg -i input.mov -vcodec h264 -an output.mp4
ffmpeg -i input.mpg -c:v libx265 -crf 23 -preset medium -c:a aac -b:a 128k output.mp4
git remote add origin [email protected]:emanuelnlopez/dart-exercism-exercises.git
git remote add origin git@personal-github:emanuelnlopez/dart-exercism-exercises.git
To squash multiple commits into one, you can use Git's interactive rebase feature. Here's how you can do it:
git rebase -i HEAD~9
git ls-files --others --ignored --exclude-standard
source: https://aohorodnyk.com/post/2023-11-28-list-all-ignored-files-in-git/