branch - See any Git commits directly to master? -
let's dev team supposed commit changes local branches, finish feature within branch, followed merging branch master.
how can 1 find out if there commits made straight master?
you can fetch remote repo, , have @ logs master: if see commits part of master
(git branch --contains <commit>
), commits have been done straight on master.
you protect repo (if have access server) against pushes master branch gitolite.
git branch versioning
No comments:
Post a Comment