-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add example for checkout #21707
Add example for checkout #21707
Conversation
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.
🆒
base/libgit2/libgit2.jl
Outdated
|
||
```julia | ||
repo = LibGit2.init(repo_path) | ||
open(joinpath(LibGit2.path(repo),"file1"),"w") do f |
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.
For consistency, perhaps inject spaces between function arguments in this line and the similar open
call below?
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! :) (Absent objections, requests for time, or someone beating me to it, I plan to merge this tomorrow morning following whitespace fixups. Best!)
Whitespace addressed, going to merge <3 |
No description provided.