The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the
This file contains hidden or 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
| .aws-sam | |
| packaged.yaml | |
| Libraries.zip | |
| libraries | |
| # Created by https://www.gitignore.io/api/osx,linux,python,windows,pycharm,visualstudiocode | |
| ### Linux ### | |
| *~ |
This file contains hidden or 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
| <br /> <b>{!User.FirstName} {!User.LastName}</b><br /> Customer Support - SurveyGizmo <br /> @surveygizmo<br /> 4888 Pearl East Circle | Suite 100 West | Boulder, CO. 80301 <br /><br /> <i>I love feedback! Let me know if I was helpful by <a href="http://surveygizmo.supportfeedback.sgizmo.com/s3/?rep=%7B!User.FirstName%7D+%7B!User.LastName%7D&ticketid=%7B!Case.Id%7D&source={!Case.Origin}&fname=%7B!Contact.FirstName%7D&lname=%7B!Contact.LastName%7D&ticketid=%7B!Case.Id%7D&email=%7B!Contact.Email%7D">taking my short feedback survey.</a></i> |
This file contains hidden or 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
| [{ | |
| "title": { | |
| "text": "#escalations" | |
| }, | |
| "label": { | |
| "name": "all day", | |
| "color": "#8dbfd9" | |
| }, | |
| "description": "" | |
| }] |
This file contains hidden or 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
| [{ | |
| "title": { | |
| "text": "Ally" | |
| }, | |
| "label": { | |
| "name": "2 pm - 3 pm", | |
| "color": "#8da6d9" | |
| }, | |
| "description": "" | |
| }, { |
This file contains hidden or 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
| [{ | |
| "title": { | |
| "text": "Rachel" | |
| }, | |
| "label": { | |
| "name": "6 am - 2:30 PM", | |
| "color": "#d9a68d" | |
| }, | |
| "description": "" | |
| }, { |
This file contains hidden or 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
| [{ | |
| "title": { | |
| "text": "NONE SCHEDULED TODAY" | |
| }, | |
| "label": { | |
| "name": "", | |
| "color": "#862E9C" | |
| }, | |
| "description": "" | |
| }] |
This file contains hidden or 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
| [{ | |
| "title": { | |
| "text": "Sri" | |
| }, | |
| "label": { | |
| "name": "7 am - 2:30 pm", | |
| "color": "#d98d8d" | |
| }, | |
| "description": "" | |
| }, { |
I hereby claim:
- I am deandre on github.
- I am deandre (https://keybase.io/deandre) on keybase.
- I have a public key whose fingerprint is 9742 1600 EDFF C2B4 E2BE 7B99 57A1 E9B4 4C29 8C40
To claim this, I am signing this object:
This file contains hidden or 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
| /* | |
| Use this Salesforce report: XXX. | |
| Be sure to sort by Feature Date > Account Name > Display Order. | |
| Add a column for option name abbreviation before column V, "# of Nights". | |
| Delete rows at bottom containing SF copyright data. | |
| Configure variables in lines 53-61. | |
| */ | |
| package mypackage; |
NewerOlder