I hereby claim:
- I am devthat on github.
- I am devthat (https://keybase.io/devthat) on keybase.
- I have a public key whose fingerprint is 9764 0E3F 8332 2DAB F4B3 20B2 90F7 7A00 1A6E 3630
To claim this, I am signing this object:
version: "3.7" | |
services: | |
elasticsearch: | |
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.23 | |
container_name: elasticsearch | |
restart: always | |
environment: | |
- xpack.security.enabled=false | |
- discovery.type=single-node |
[alias] | |
coa = commit --amend --no-edit | |
coaa = commit -a --amend --no-edit | |
amend = commit -a --amend --no-edit | |
com = commit -m | |
coam = commit -am | |
lol = log --oneline --first-parent | |
mea = merge --abort | |
mec = merge --continue | |
re = rebase |
<plist> | |
<dict> | |
... | |
<key>CFBundleIdentifier</key> | |
<string>com.mycompany.AppleScript.LocalCommand</string> | |
<key>CFBundleURLTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleURLName</key> |
import argparse | |
import multiprocessing | |
import os | |
import re | |
from shutil import copytree | |
from subprocess import PIPE, run | |
from sys import stderr | |
from tempfile import TemporaryDirectory | |
TEMPLATE_REPO = "git@github.com:peteranny/HelloWorldSDK.git" |
import javax.inject.Inject; | |
import javax.ws.rs.ext.ContextResolver; | |
import javax.ws.rs.ext.Provider; | |
import com.fasterxml.jackson.databind.ObjectMapper; | |
/** | |
* This connects DI from spring to jersey. The object is created by spring, injected here and forwarded to jersey. | |
*/ | |
@Provider |
#!/bin/bash | |
# extract ticket-id from branch and prepend it to the commit message | |
# feature-12345-make-things-better -> [#12345] ... | |
# if commit message already has a ticket-id/merge/revert prefix nothing is done | |
# if no ticket-id can be extracted (e.g. master) nothing is done | |
# works with git commit [-m ""] and sourcetree under osx | |
# installation: | |
# chmod a+x prepare-commit-msg.sh | |
# cp prepare-commit-msg.sh .git/hooks/prepare-commit-msg |
I hereby claim:
To claim this, I am signing this object: