-
Notifications
You must be signed in to change notification settings - Fork 145
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
Make this a Google Doc #18
Comments
they are open sourcing this spreadsheet so that you can modify it and send pull requests.... |
How is a pull request supposed to work with a binary file? There can be no changeset to apply. There is no diff. Github is a stupid place to host this. |
github for storing binary files? use dropbox, google drive, a webserver... or if you need forum features, use any other ALM or ticket handler |
While a diff can't be seen.. you can make a fork and have it be referred back to a version here. Two way reference. Can't do that with other document sharing platforms... Those are meant to keep one timeline and only one most recent. Git allows for branches of timelines. |
branches of timelines? - in case of a binary file. it is called folders of specific timelines you can do many folders in dropbox, google drive, etc. |
The reason for git to exist is to avoid the age old behavior of devs creating many folders for different versions manually. Imagine the clutter of 100 folders vs 1 git repository. |
In your case branches are just folders - if you cannot use the real features of branches. |
@laplasz dude, why are you giving them such a hard time? If they want to use it, let them use it... |
To be fair they should be using releases to mark versions.. Right now to get to previous versions you gotta go through miscellaneous commits. You can always download raw spreadsheet in previous versions and do a compare yourself. There is no diff capability.. but it is no less useful than 100 folders approach. Google Sheets won't solve the need for README... and having a separate google docs mean two separate "commits" with inexact timestamps. |
I think the fork ability of GitHub far outweighs any of @laplasz complaints. There is no simple way to replicate it. Otherwise everyone who "fork" will need write access to write somewhere they had forked the documents. |
if something is open sourced the place you only have to credit the source is in your version of the document/project. |
But that is one way reference. If I started at upstream and want to find downstream it's not as easy without access to fork members |
Seems like Google Docs is perfect for this sort of thing.
The text was updated successfully, but these errors were encountered: