|
You are here |
qsantos.fr | ||
| | | | |
mislav.net
|
|
| | | | | How to settle on whether to merge or rebase at specific points in a team-shared git workflow. | |
| | | | |
8yd.no
|
|
| | | | | Git squash takes your commits and squashes them together, usually into one commit. Useful for creating one commit if you've got a lot of smaller commits that creates a messy Git history. Git rebase ... | |
| | | | |
initialcommit.com
|
|
| | | | | A complete guide to using the git cherry pick command. | |
| | | | |
128bit.io
|
|
| | | GPG stands for GNU Privacy Guard, it's a public-key cryptography that can be used to digitally sign items like commits in Git. GPG provides a lot more functionality, but let's go into why you would want to digitally sign your Git commits. Git does not have any way to validate the author of a commit. When setting up a Git client on your system you are able to use any email address you desire. | ||