git
Git rid of it: The case for removing sensitive data from Git
Have you ever wondered how to remove sensitive data from Git history? Look no further, this is the post for you!
git
Have you ever wondered how to remove sensitive data from Git history? Look no further, this is the post for you!
git
Hi there! Welcome back to another blog post from my series about git. Make sure to check them out if you're interested in Git, how it works, how to fix some mess if you end up in it, and so on. This one will be about the stash.
git
History. When we look at it we see a story. A story of how something happened, how it evolved, how it ended up being the thing it is today... It is the same with the code - when we look at the code history we would like to see a
git
It was two weeks since my last post, it wasn't a long time, I guess... I'll try to maintain this sequence - one post every Saturday around noon, and after several weeks of that, I'll take a two weeks long break, just to gather
git
When I was young, some of the things that amazed me the most was looking at the sky through tree branches. Following the sun, seeing the leaves mixing with the blue sky... That scene always left me speechless for a while, even today, when going hiking, I end up staring
git
What does it mean when your head is detached? Will it hurt? In the case of git - it is not that bad, and no, it will not hurt you. Let's find out!
git
Welcome to the world of trees, branches, cherry-picking, orphans, detached heads, and many more interesting things, things to explore.