News

When your git commit history gets long in the tooth, and you want to clean up your feature and topic branches before the merge to master, you’ll need the facilities of the Git squash commit feature.
What is git cherry-pick? According to the official git documentation, the goal of a cherry-pick is to “ apply the changes introduced by some existing commit.” Essentially, a cherry-pick will look at a ...
I concluded with an example demonstrating the process of modifying, committing, and pushing changes to GitHub. Hopefully this overview has given you a taste for what Git and GitHub have to offer.
This Tech Tip walks through the steps to set up signed commits with SSH keys stored in 1Password.