#github
Read more stories on Hashnode
Articles with this tag
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....
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...
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...
Helpful Configuration Settings for N00Bs · The configuration settings for a create-react-app on Netlify are: Build Command: npm run build and Publish...
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...