Skip to content

Instantly share code, notes, and snippets.

{
"providerName": "First Baptist New Orleans",
"lastUpdated": "2020-03-20T02:45:00+00:00",
"language": "en",
"liveFeeds": [
{
"id":"1509428502953",
"title":"Live Stream",
"content":{
"dateAdded": "2020-03-20T02:45:00+00:00",
#!/bin/bash
### Append branch name to commit message
# This way you can customize which branches should be skipped when
# prepending commit message.
if [ -z "$BRANCHES_TO_SKIP" ]; then
BRANCHES_TO_SKIP=(master develop staging)
fi
var doc = document.getElementById('smart-content');
if(doc){
doc.style.display = 'none';
}