on sening email on creating or sending a ticket in rt December 25, 2018 creating a ticket in RT, on sending or replying on ticket 1) must have a common email id configured with imap 2) follow the steps- http://howtoconfigure.blogspot.com/2013/05/how-to-configure-fetchmail.html Read more
https://bitbucket.org . GIT COMMANDS December 04, 2018 git status git add . git add xyx.php git commit -m"changes done" git push git config --global --edit git commit --amend --reset-author git push --set-upstream origin master GIT To create a new branch git checkout -b automon_115 git status git branch git push -u origin automon_115 git checkout master git diff To create a branch first time- >. git checkout -b cmdb_120 Read more