Github-Auto-Deploy icon indicating copy to clipboard operation
Github-Auto-Deploy copied to clipboard

variable git command in conf file

Open ThomDietrich opened this issue 9 years ago • 0 comments

I wanted to make sure that the working copy on my deployment system is always an exact copy of the newest revision at github/origin. 'git fetch' is insufficient for that reason. Change 1: git command is part of the config file Change 2: config example Remark: example command is hardcore and will delete all local changes. git checkout: is redundant here but needed if you want to define a git post-checkout hook (i have one)

Cheers!

ThomDietrich avatar Jun 03 '15 12:06 ThomDietrich