I hereby claim:
- I am ddddavidmartin on github.
- I am david_martin (https://keybase.io/david_martin) on keybase.
- I have a public key ASCFzLZecX9T5-eu5I-wVt9O_GpnVhHeiV3uJ56SC2T0Uwo
To claim this, I am signing this object:
Silbersofa2:~/Dev/standardnotes-fs$ . env/bin/activate | |
(env) Silbersofa2:~/Dev/standardnotes-fs$ python standardnotes_fs.py -vv ~/Dev/test_notes | |
INFO : Using config directory "/Users/davidm/Library/Application Support/standardnotes-fs". | |
INFO : Loaded config file "/Users/davidm/Library/Application Support/standardnotes-fs/standardnotes-fs.conf". | |
INFO : Using sync URL "https://sync.standardnotes.org". | |
DEBUG : Starting new HTTPS connection (1): sync.standardnotes.org | |
DEBUG : https://sync.standardnotes.org:443 "POST /auth/sign_in HTTP/1.1" 200 None | |
INFO : Successfully logged into account "xxxx". | |
INFO : Config written to file "/Users/davidm/Library/Application Support/standardnotes-fs/standardnotes-fs.conf". |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
[alias] | |
co = !"find_and_checkout_branch(){\ | |
for last; do true; done ; \ | |
pattern='^/.*/$' ;\ | |
if [[ $# -eq 1 && $last =~ $pattern ]] ;\ | |
then \ | |
branch_pattern=`echo $last | sed -e 's/^\\///' -e 's/\\/$//'` ;\ | |
branch=`git for-each-ref --sort=-committerdate --format='%(refname:short)' refs/heads/ | grep -E -i $branch_pattern | head -n1` ;\ | |
if [[ $branch ]] ; then \ | |
git checkout $branch ;\ |