Skip to content

Commit

Permalink
pull added
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed May 15, 2017
1 parent 8a9173f commit 406a56f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src-interactive/MadsPublish.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,16 @@ function dependents(modulename::String="Mads", filter::Bool=false)
end

"""
Checkout the latest version of the Mads / Julia modules
Pull (checkout) the latest version of the Mads / Julia modules
$(DocumentFunction.documentfunction(pull))
"""
function pull(modulename::String=""; kw...)
checkout(modulename; kw...)
end

"""
Checkout (pull) the latest version of the Mads / Julia modules
$(DocumentFunction.documentfunction(checkout))
"""
Expand Down

0 comments on commit 406a56f

Please sign in to comment.