You are here |
arnorhs.dev | ||
| | | |
www.aaron-gray.com
|
|
| | | | 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 [...] | |
| | | |
www.epicweb.dev
|
|
| | | | Learn about the two underlying commands of Git Pull, Git Fetch and Git Merge, and how they are used to update your local and remote branches. | |
| | | |
connorberry.com
|
|
| | | | Git with Vimdiff One time view: git difftool --tool=vimdiff --no-prompt Always: git config --global diff.tool vimdiff git config --global merge.tool vimdiff For Single Repository: git config diff.tool vimdiff git config merge.tool vimdiff To avoid having Git prompt when launching Vimdiff: git config --global difftool.prompt false | |
| | | |
www.astrobetter.com
|
|
| | Chris Beaumont is a software engineer at Counsyl, and previously a software engineer at Harvard and the Space Telescope Science Institute. Glue began as a side project during Chris' PhD thesis, and is now being developed to visualize data from the James Webb Space Telescope. We've recently released version 0.4 of G |