Merge remote branch 'Sutto/master'

This commit is contained in:
Joshua Nichols
2010-05-18 20:25:53 -04:00
3 changed files with 29 additions and 6 deletions

View File

@@ -54,6 +54,11 @@ class Homesick
system "git submodule --quiet update >/dev/null 2>&1" unless options[:pretend]
end
def git_pull(config = {})
say_status 'git pull', '', :green unless options[:quiet]
system "git pull --quiet" unless options[:pretend]
end
def ln_s(source, destination, config = {})
source = Pathname.new(source)
destination = Pathname.new(destination)