We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Back in February, GitHub announced that it is now possible to drag and drop files into the repositories:
Blog here: https://github.com/blog/2105-upload-files-to-your-repositories Help page here: https://help.github.com/articles/adding-a-file-to-a-repository/
This could make things easier for contributors as the steps would be:
A few things that might make this confusing:
Despite these setbacks, I think it would be a good idea to include these links and later do a quick video demonstration (~5 minutes).
The text was updated successfully, but these errors were encountered:
update to address future apex change
eb7c52a
details: #176
Are you sure this contains the details for eb7c52a, or did you mean to reference a different issue?
Actually, I notice that the commit references 176, not this one. I'm confused now why it's showing up here.
Sorry, something went wrong.
It's coming up here because I accidentally made a commit comment that referenced this issue and then deleted it.
It turns out that updating a branch created on github in git2r is really easy 😮:
fetch(repo, "origin") checkout(repo, "newbranch")
This would be the process used when the user wants to make changes on his/her computer.
zkamvar
No branches or pull requests
Back in February, GitHub announced that it is now possible to drag and drop files into the repositories:
Blog here: https://github.com/blog/2105-upload-files-to-your-repositories
Help page here: https://help.github.com/articles/adding-a-file-to-a-repository/
This could make things easier for contributors as the steps would be:
A few things that might make this confusing:
Despite these setbacks, I think it would be a good idea to include these links and later do a quick video demonstration (~5 minutes).
The text was updated successfully, but these errors were encountered: