Articles tagged in: git



Git Prune Remote Branches That No Longer Exist

In git, you’re working with branches. A branch describes a parallel state to the main branch. You can change the code in your branch and test it without affecting the stable main branch. In your development team, you’ll review and work on different features which probably have their …

Continue Reading

git — 'flow' Is Not a git Command

Using git as your version control system comes with different ways to structure your repository. A popular approach using git successfully in your project is the git flow branching model from Vincent Driessen. When running into the error git: 'flow' is not a git command., you don’t have git …

Continue Reading
Page 1 of 1

Explore the Library

Find interesting tutorials and solutions for your problems.