Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 354 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 354 Bytes

TMG Consulting

TMG has one repo setup on the live server that serves both development and production environments.

ssh://[email protected]/home/tmgconsulting/repos/tmgconsulting.git

To push to dev.tmgconsulting.com:

git push {remote-name} develop:develop

To push to production:

git push {remote-name} master:master