[Перевод] So you think you know Git? Part Two: What’s New in Git
The original author is Scott Chacon, co-founder of GitHub and founder of the new GitButler client. This client focuses on workflow and development convenience, including code review, and is not just another wrapper over the git CLI.
Next up in our three-part series of posts, we have new features! Here I’m going to talk about five new things in git that you might not have heard about because well why you
We will look at:
- Stuff with git branch.
- Forced safe push.
- Signing commits with an SSH key.
- Signing with a cannon.
- Git maintenance.
Let’s dive in!