Tag Info

Hot answers tagged

11

No guaranteed, faithful audit trail is given by Google Docs. Logs are lost by Google because of (1) deleterious forced upgrades (2) forced space optimization (3) no downloadable backups preventing loss. Revisions Deleted by Upgrade: Google Docs' last official upgrade did not save, nor migrate, old Revision History to their new version, resulting in total ...


6

Generally, all config data like passwords and database info will be kept in a config file. To keep private data safe, I usually: Create an example config file that is hosted with the project Provide documentation on modifying the example to be the actual config (rename the file, replace variables, etc.) Add the actual config file to .gitignore so that it ...


3

So here's a crazy hack. If you create a new github account and make a bunch of gists, you can then convert that account into an Organization and the gists stay associated with the new Organization. Big caveat: you won't be able to create any new gists for that Organization. But you can edit existing ones. :-\


2

If you want to be able to use the same share link you need to upload your new file as a new revision not a new file. Every time you upload a new file it will generate a new share link. However, if you upload a revision it will keep the same share link every time. To upload a new version of a file using the web interface: Log into your drive and find the ...


2

mediawiki-core is mirrored on GitHub, so that should work for the first part of your question. More generally, I don't know of a service that will automatically show a network graph for any Git repository.



Only top voted, non community-wiki answers of a minimum length are eligible