git branch --merged does not show all merged branches [SOLVED]
April 5th, 2023 | min read
In git, you can display the list of all branches you have locally with the command. This command also supports a list of options that…
April 5th, 2023 | min read
In git, you can display the list of all branches you have locally with the command. This command also supports a list of options that…
April 3rd, 2023 | min read
When using Git in your projects, you need to understand what tracked and untracked files are. I have a simplified course on git which you…
March 19th, 2023 | min read
One of the most common concepts you'll hear in Git is "staged changes". Or you may have heard it as "staging area". What does this mean? I…
March 1st, 2022 | min read
Cherry-picking is literally the act of picking the best out of many others. Bringing that to git, cherry-picking means picking a "desirable…
October 5th, 2021 | min read
Have you ever checked out a branch and forgot the name of the previous branch you were on? Or do you just find the previous branch too long…
April 18th, 2021 | min read
The idea of branches in git is a nice feature as it allows to work on separate parts of a project simultaneously. But, the more branches you…
Articles written with ❤ by
Dillion Megida