Git - Automatic Deployment

From Training Material
Revision as of 16:26, 24 November 2014 by Cesar Chew (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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