I hereby claim:
- I am derekriemer on github.
- I am derekriemer (https://keybase.io/derekriemer) on keybase.
- I have a public key whose fingerprint is 7651 63E5 4513 5DC6 0A89 ADB8 89FE D6E9 190F AC9D
To claim this, I am signing this object:
| server { | |
| server_name .derekriemer.com; | |
| listen 443 ssl; | |
| root /home/derek/drupal; | |
| location = /favicon.ico { | |
| log_not_found off; | |
| access_log off; | |
| } | |
| location = /robots.txt { |
| mergeMagic(){ | |
| echo "fetching all" | |
| for i in $(git remote show); do | |
| git fetch $i | |
| done&& | |
| echo merging $1/$2 into origin/$2 && | |
| git checkout $2 && | |
| git merge $1/$2 && | |
| echo "Your fork is ready to be pushed." | |
| } |
| [user] | |
| name = derekriemer | |
| email = [email protected] | |
| [alias] | |
| co = checkout | |
| new = checkout -B | |
| [core] | |
| editor=\"c:/program files (x86)/Notepad++/notepad++.exe\" -multiInst -nosession] | |
| #git config --global core.editor "eval c:/progra~2/notepad++/notepad++.exe -multiInst |
I hereby claim:
To claim this, I am signing this object: