Explore >> Select a destination


You are here

nalanj.dev
| | bitsofco.de
19.6 parsecs away

Travel
| | Articles on frontend development and more.
| | www.aaron-gray.com
21.6 parsecs away

Travel
| | You can run rubocop on just a local branches' changes like this: git fetch && git diff-tree -r --no-commit-id --name-only master@{u} head | xargs ls -1 2>/dev/null | xargs rubocop --force-exclusion Then you can create 2 corresponding aliases in your terminal .rc file to make this easy to remember: # Alias to run rubocop on the current branch's diff from [...]
| | codeinthehole.com
25.7 parsecs away

Travel
| | Git aliases for grabbing Github links
| | taingram.org
47.0 parsecs away

Travel
| [AI summary] The author details setting up Emacs for JavaScript development using the Language Server Protocol (LSP), including installation steps and Emacs configuration for enhanced coding experience.