Codeminer42's Engineering Blog
Git

Improve Your Workflow with Git Worktrees
In our last post about git, we discussed the git-stash command. We thought of a situation where we get interrupted to work on more urgent stuff, which is quite common…
Mastering Git workflow – Part 1/2
Hi guys. In today's post, will talk about git. At this point, you probably already know that all the usual commands (e.g git-add, git-checkout, git-commit) are enough for you. With…
Securing git commits on Windows 10 and WSL2
Git-based platforms such as Github and Gitlab are probably the most common code management tools out there. Therefore, securing your access to whatever codebase you work on is of dire…
Git: Ours or Theirs? (Part 1)
In this article, I will assume that you already have a basic understanding of Git and consequently is familiar with the process of sharing code when you are working in…
Crazy Developer in Git commit – -amend
Are you new on git? And you know these commands: git add , git commit , git pull , git push , git status. But are you starting to feel…