- Checkout a single file from another branch
git checkout some-other-branch -- yarn.lock
- View the log without merge commits
git log --oneline --no-merges
- Rewrite your last commit message
git commit -v --amend
| curl -v -s http://awesome-site.com 1> /dev/null |
| [ | |
| { "keys": ["f12"], "command": "htmlprettify"}, | |
| { "keys": ["f1"], "command": "fold" }, | |
| { "keys": ["f2"], "command": "unfold" }, | |
| { "keys": ["ctrl+l"], "command": "show_overlay", "args": {"overlay": "goto", "text": "@"} }, | |
| { "keys": ["ctrl+space"], "command": "auto_complete" }, | |
| { "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context": | |
| [ | |
| { "key": "last_command", "operator": "equal", "operand": "insert_best_completion" }, |
git checkout some-other-branch -- yarn.lock
git log --oneline --no-merges
git commit -v --amend