Relative Content

Tag Archive for gitbranchfile-listing

GIT List all files that have been committed directly to my branch

We have a production branch from wich we branch off feature branches.
At certain times we put together a release with all features that are ready for production.
The branches then get merged back to the the production branch.
After that we update the feature branches that were not ready for production by merging the production branch into those feature branches.