Git, tips, versioning 4 Easy Tips To Work Better With Git Maybe they are quite trivial and only come from common sense, but sometimes it's useful to repeat. By the way, these are general purpose suggestions that can be used also with other versioning
working life, Git, tips How To Recover Deleted Git Commits In many Git tutorials it's written: "never use git reset --hard". And there is a good reason: this command deletes commits, and, if you don't have pushed them to a remote
Git Useful Git Commands: Stash How wonderful would it be to do your job without interruptions? But unfortunately we live in a complex world and intermissions are part of the game. A particular annoying disturbance is when you
project management, Git, versioning, bug tracking 4 Things to Do Before Starting a New Project This is a short list of things to consider before starting to write code. They will give you some chance to create a good product without losing your mental health.
Git Useful Git Commands: Blame How many times, looking a piece of shared code, have you thought "who the heck has written this?!?!" With other VCS all you can do is to scroll the list of