Below you will find pages that utilize the taxonomy term “github”
Posts
GitHub + Ansible: deploy your public SSH keys to your servers
When I work with some mates in a side project, I need to give them access to the server. This is a quick tip about how to easily do it using GitHub and Ansible. The solution is simple and elegant.
Posts
Fixing commit TYPOs in git history with filter-branch
Last week, we tried at Atrapalo to migrate from our own git repository to Github. That should be easy, is just a matter of three commands already explained in Github’s guide. The main problem appears when you have some sort of issue with your commits, so messages like “invalid author email” raises when trying to push your changes.