Skip to content

Instantly share code, notes, and snippets.

@druttka
Created April 2, 2014 02:20
Show Gist options
  • Save druttka/9926932 to your computer and use it in GitHub Desktop.
Save druttka/9926932 to your computer and use it in GitHub Desktop.
desc "pull"
task :pull do
system 'git pull bitbucket source'
system 'cd _deploy && git pull origin master'
system 'cd ..'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment