News

Whether you use GitFlow, GitHub Flow or any other branch driven development strategy, you inevitably end up with a local Git repository filled with branches you no longer need. That’s why it’s good to ...
Don’t worry, you can easily create a new Git branch without losing your local changes. Just use Git’s switch or checkout commands, and your new branch will be created with all of your current changes ...