This is a very simple git workflow. It (and variants) is in use by many people. I settled on it after using it very effectively at Athena. GitHub does something similar; Zach Holman mentioned it in this talk.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* you nedd enable some access, and create a spreedsheat called 'contact-data', before it | |
* the script need to be run on google script - https://script.google.com | |
*/ | |
function contactLabelChange() | |
{ | |
backupContacts(); | |
var contacts = getMyContacts(); |