sudo apt install --only-upgrade package_name
git branch -f <commit>
# Reset to a remote branch
git reset --hard <remote-branch>
# Reset to the upstream branch
git reset --hard @{upstream}
git show REVISION:PATH
# don't wrap long lines
less --chop-long-lines/-S
# Filter logs from date to date
sed -n '/2018-04-12 14:44:00.000/,/2018-04-12 14:45:00.000/p' log_file