Git: add stage description -


my short question - there possibility add description (message) staged files? alternative "git commit -m "fancy message goes here"".

thanks.

staged files purely local repo , not available review (because nobody else have access local repo)

commits, on other hand, can pushed , reviewed.
typically on gerrit server, allow reviews , votes, , either reject commits, , push them in turn target repo, in "guarded commits" way.

https://review.typo3.org/documentation/images/intro-quick-central-gerrit.png


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -