Tag: Git

GitHub Error: Rate Limit Exceeded

If you ever got the error Rate Limit Exceeded from the GitHub API, then this article will help you understand what the error means and how to solve it. What did we use GitHub API for? At Acorns, we have some seriously cool Continuous Integration (CI) going on. Basically,...

Automating a Ticket ID to Every Git Commit with Git Hooks

Why did I want to automate the commit message? When I first started at Acorns and got access to the repository for the web application, I saw we were working with a big React application. Lots of routes, lots of products, and lots of functionality. On top of that,...