A suggested workflow by using Git at Oi Internet for all projects following the best practices like Feature Branch, Commit Messages, Pull Request & Code Review, Tag, etc.
(50 chars); • Always write commit message in the imperative; • Add more detailed explanatory if you need; • Wrap it to about 72 characters or so; • Further paragraphs come after blank lines; • Bullet points are okay, too. http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
! Users were being redirected to the home page after login, which is less! useful than redirecting to the page they had originally requested before! being redirected to the login form.! ! - Store requested path in a session variable! - Redirect to the stored location after successfully logging in the user https://confluence.oiinternet.corp/display/DEV/Pull+Request+Template