Joined May 2011
·

CongNT

FPT
·
Hanoi
·
·
·

More tips:

If you're working with a team and you're the one who deploy the code:

  1. init and setup the deploy server repo

  2. on your git repo, use git remote add deploy %serverdeployurl%

  3. optional: setup a branch for deployment if you have some extra configuration, or just use master. If you use a branch, make sure you checked out the correct branch in post-receive hook

  4. use git push deploy master (or name of your deployment branch)

Achievements
52 Karma
0 Total ProTip Views