I have a hudson build server. The source code is managed by a git repository. For each build the latest version is checked out and compiled. Now i\'d like to tell hudson to
In "Pre Steps" try to add "Execute shell" and add:
git pull git checkout