Git - Automatic Deployment
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