Git
Git: Cherry-picking automation
In this video I am showing how I am using and automating git cherry-pick.
See also "Git atomic commits automated handling": https://youtu.be/oIybnARN5rQ
Git playlist: https://www.youtube.com/watch?v=ts5MTeLiVKw&list=PLLXSvz_XUmmxF5icNiAN9e7728B1_xY6b
Git cherry-pick docs: https://git-scm.com/docs/git-cherry-pick
Git: "pre-merge-commit" hook
In this video I am informing you about the new hook added to Git in the latest version (2.24.0).
Git hooks: https://youtu.be/ts5MTeLiVKw
Git atomic commits automated handling
In this video, I will show you how I automate the handling of atomic commits in my Git workflow. This is very useful for repositories that contain a substantial number of branches.
Script URL: https://github.com/Vagelis-Prokopiou/dotfiles/blob/master/bin/git-cherry-pick
Git atomic commits URL: https://youtu.be/FQNAIacelT4
Git private server (aka no need for GitHub/Bitbucket/GitLab)
In this video, I will show how you can set up your own private Git server in order to have full control over your code.
Git atomic commits
In this video, I will show you what atomic commits are, why you should use them and how you can use a (Git) workflow that favors atomic commits.
Git multiple remotes
In this video, I will show you what the Git remotes are, and how we can set up multiple remotes for our Git repositories.