This is actually a pretty good step. Most programmers are already using some kind of UI/command line to push to Github, but having a simple drag and drop for uploads will get those who are less technically inclined on our teams to actually use version control more. At least I really hope I can stop dealing with the "asset_1", "asset_1-2", "asset_1_USETHISONE" that some people do.
Upload files to your repositories
41–50 of 92 posts
Re: Upload files to your repositories
#42Has anyone seen a way to disable this feature at a repo or org level? I'm not crazy about master getting treated like Dropbox.
Re: Upload files to your repositories
#43Github pages is now the right way to set up a reasonably-smart-n00b-editable website, IMO.
Maybe for a Hacker News n00b, but a garden variety n00b has not heard of Markdown, YAML, or, for that matter, GitHub. They're going to keep using WordPress, Tumblr and Squarespace.
Re: Upload files to your repositories
#44Github pages is now the right way to set up a reasonably-smart-n00b-editable website, IMO.
Maybe for a Hacker News n00b, but a garden variety n00b has not heard of Markdown, YAML, or, for that matter, GitHub. They're going to keep using WordPress, Tumblr and Squarespace.
Re: Upload files to your repositories
#45This new feature makes it quite easy to use a GitHub repo as a generic file dump / share place.
Re: Upload files to your repositories
#46Has anyone seen a way to disable this feature at a repo or org level? I'm not crazy about master getting treated like Dropbox.
Re: Upload files to your repositories
#47This feature has interesting synergy with GitHub Pages, where .md files can simply be dragged-and-dropped into a folder to get published as a blog post on the web. It may be enough to remove the must-be-programmer-who-understands-git barrier to entry, anyways. EDIT: GitHub Pages still requires specific file naming for posts and YAML front matter, so it's not perfectly non-programmer friendly. It might be a good idea…
Re: Upload files to your repositories
#48Awesome... I can think of 4 or 5 times I have been away from my laptop but still need to update a photo for a client. Glad to see this, otherwise I would have never known it had been added! Slightly brings up an interesting point. With native apps, I usually review release notes upon updating. Webapps get to release whenever they please to little notice of the end user (for better or worse). With releasing new webapp…
It's true that every webapps don't do that though, and that's a real shame for the "power users".
Re: Upload files to your repositories
#49Re: Upload files to your repositories
#50Wait, so you couldn't add a file via the web before? I haven't used github except for pulling the source to projects but I would expect this was feature #1.