-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide option to stop
, warn
or log
when pull/checkout fails
#44
Provide option to stop
, warn
or log
when pull/checkout fails
#44
Conversation
Hey @donyunardi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for these improvements, @vedhav!
Just had small changes.
If you don't have time, I'd be more than happy to make the changes.
I do! Thank you! |
Co-authored-by: Dony Unardi <[email protected]>
Co-authored-by: Dony Unardi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Closes #9
Changes:
The
load_pkgs
now checks for the status of the pull/checkout and log this for the user.The user can choose if they need an
error
,warning
, ormessage
logged when git failure occurs. The default iswarning
.This can also be set using an option in their
.Rprofile
using: