Git - Automatic Deployment: Difference between revisions

From Training Material
Jump to navigation Jump to search
Cesar Chew (talk | contribs)
No edit summary
 
(No difference)

Latest revision as of 16:26, 24 November 2014


Automatic Deployment

http://aws.amazon.com/elasticbeanstalk/

Automatic Change Log

  • Combining commits
git rebase -i HEAD~4
  • First line title, other lines more detailed message
  • git log --pretty=short --no-merges v1..v2