command:
name: develop:update:code
description: 'Update code'
commands:
- command: exec
options:
working-directory: "/Users/leandro/git/DrupalConsole"
arguments:
bin: "git checkout master"
- command: exec
options:
working-directory: "/Users/leandro/git/DrupalConsole"
arguments:
bin: "git fetch upstream master"
- command: exec
options:
working-directory: "/Users/leandro/git/DrupalConsole"
arguments:
bin: "git merge upstream/master"