Ben Hammond
Blog: Ben Hammond.Tech

Blog: Ben Hammond.Tech

Follow
homePortfolioResumeMusicianGitHub
Tag

GitHub

#github

More content

Read more stories on Hashnode


Articles with this tag

Ignore GitHub Whitespace Diffs

Apr 26, 20231 min read

1-Click for Easier Code Reviews · In Chrome:1. ⌘+D to make a new bookmarklet in your bookmarks toolbar2. Name it whatever, like "Hide PR Whitespace"3....

Ignore GitHub Whitespace Diffs

Right-click to "Shrink Video" on Mac

Dec 29, 20212 min read

With ffmpeg and Apple Automator · I frequently upload screen recordings on my work in progress to our GitHub issues / PRs, but often hit the max file...

Right-click to "Shrink Video" on Mac

Renaming Your GitHub Projects

Apr 14, 20215 min read

You are allowed to change your mind! · If your projects start generically and later grow into something cool (or the focus changes completely) it's easy...

Renaming Your GitHub Projects

Deploying a Create-React-App to Netlify

Apr 7, 20216 min read

Helpful Configuration Settings for N00Bs · The configuration settings for a create-react-app on Netlify are: Build Command: npm run build and Publish...

Deploying a Create-React-App to Netlify

Don't Change the Capitalization of Your Filenames!

Mar 14, 20214 min read

Renaming of a file's casing will be ignored by git, and by extension GitHub and Heroku deployments · use git mv PRobLEmFiLe.jsx ProblemFile.jsx . In this...

Don't Change the Capitalization of Your Filenames!