Blog | falk-m.de
This blog is not for you, not only.
Like other developers, I read articles, test new features, analyze code from others and so on.
Also, I have some interesting code snippets used in projects, if I need them, I always search in old projects.
This blog is my central place now, to collect interesting code snippets, features, etc.
summarize git commits
from falk-m.de
· 2024-10-23
git
In some caseses there is a feature branch with many many commits and you want to replace all this small commits with one big commit.
1. check if everithing is committed.
You have to have no local c...
Git Flow
from falk-m.de
· 2024-10-22
git
One of my topics today was git workflows.
I read something about tig flow and the github flow.
In the past I always worl with a develop and a master brunch.
After I read about github flow, i wondde...