Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
we should pull with rebase on git. it prevents git to create an unece…
Browse files Browse the repository at this point in the history
…ssary merge commit.
  • Loading branch information
Sylvestre Mergulhao authored and viniciusteles committed May 13, 2010
1 parent c3c1932 commit e6eb2a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/integrate.rake
Expand Up @@ -167,7 +167,7 @@ namespace :git do

desc 'Update files from repository.'
task :pull do
sh "git pull"
sh "git pull --rebase"
end

desc 'Commit project.'
Expand Down

0 comments on commit e6eb2a5

Please sign in to comment.