Tuesday, March 15, 2016

keybase.txt

==================================================================
https://keybase.io/beejhuff
--------------------------------------------------------------------

I hereby claim:

* I am an admin of https://innovez.blogspot.com
* I am beejhuff (https://keybase.io/beejhuff) on keybase.
* I have a public key with fingerprint 5CAF 226B 52B0 03F8 11DA  47D6 5311 7C1A 8673 E297

To do so, I am signing this object:

{
"body": {
"key": {
"eldest_kid": "010194ac9fb85679e65c0a0fc3a014c6aafe1df6d1705cd9a0fcde178aa18f8592550a",
"fingerprint": "5caf226b52b003f811da47d653117c1a8673e297",
"host": "keybase.io",
"key_id": "53117c1a8673e297",
"kid": "010194ac9fb85679e65c0a0fc3a014c6aafe1df6d1705cd9a0fcde178aa18f8592550a",
"uid": "ac6bc551ee09b2253bea19e6286f8219",
"username": "beejhuff"
},
"service": {
"hostname": "innovez.blogspot.com",
"protocol": "https:"
},
"type": "web_service_binding",
"version": 1
},
"ctime": 1486662778,
"expire_in": 157680000,
"prev": "86b1a0bb234d99d64eaf82840f81ffcff64bbd24802b481dbbbfaf42d3e69ae3",
"seqno": 60,
"tag": "signature"
}

which yields the signature:

-----BEGIN PGP MESSAGE-----
Version: Keybase OpenPGP v2.0.62
Comment: https://keybase.io/crypto

yMIyAnicrZJrbA1BFMdvVT0qEoImXsF4y3U7s4/Z3St8oA0RISKparS3M7szt6u1
u+7dFreEBAmqJUgTQiLRiIpHvFKUtLSqVITU+xEVkSBpxCtIJMw2fPPRfJnMmf//
N+ecOa0D00OZaR+fz3yQnXdxfFrH1UPlofwDx1OVgLrWWhCtBKWsZ2NlFkv6sVLb
AlEAEUSGQkyDU13FmsGwakICuSkTiBQTE8IZsji2kAZV0zKCK4shTScE6VxXDUlV
IQFhwG0nzhJewnZ8gVVNwiUJU1WiEMpcR8giimZhVUZIMxHRsSYzydCEscRNBg6R
HCVJFrFdEROHWE96/9D/57zLe3DExNRUVcQYNKgkqTJlBAmopGOuS8gIhEmWcMhK
JtSUsRUl5ZyD9WEgohW2yYLGBpX8UdiO41awVISWufGk5/oR010pGF7C9V3TLROK
Et/3ktGA4K/1AstqRmN/YDFqO5bop3BUsETSdh0QRUJp+nZAR4qOMZY0TQ8Dtsaz
EyxmBwpVwzoUK3iHVQikjikikFJJVizDsLDCiKhGV6D4EM5NzrFCqSUpOpSooiOL
UsoJVyRLZtggTAZBeascF0SxgPokLphJO+4QvzzBwPprzct7h9IyQ30yegWDFsrs
P+jv+BW+7furuLtzTtHrE0/s5YMezTVGKim7JX92+t2CLRebthOojdlZWLSn4LJx
dvGzjpfz3tSGu8/divTdcSUnvblo68OiV1+Lp1d17b8/Fkza1rJOGdFeHW/dPiXV
dnn00M1NC6fVV72feKfLzCm4Bmd8Se0b7t3t03RyzuS8vXBq2/y0C7V1Y+vNYwgM
WLT0Q83GKwdbG5pzDs8aCaQu+WHh+azPp1K1uzdF4pmXGl50nj4z6h6P1YDWXbnj
hnifHxc02p829KthxdVZpde/Deset62usSGjZtSyg5W9Fny4/W7Bz3Bb448Gdeuz
jF+Db+Z3nvOmrfhYn51743t79YS22iOvTuUdfTp5SctvBsZJRg==
=nXnw
-----END PGP MESSAGE-----

And finally, I am proving ownership of this host by posting or
appending to this document.

View my publicly-auditable identity here: https://keybase.io/beejhuff

==================================================================

Saturday, July 25, 2015

#LafayetteLives #LafayetteStrong #Love

Wednesday, April 15, 2015

Helpful Git Command Tips and Happy 10th Birthday Wishes

Helpful Git Command Tips and Happy 10th Birthday Wishes
Happy 10th Birthday Git!
This year marks the 10th birthday of git,  the distributed version control system created by Linus Torvalds who's more famously known as the creator of the Linux kernel.  If you're a software developer, I hope you're at least familiar with source control systems because they make your professional life SO much easier (though I admit they can be a bit challenging to first get accustomed to...).

Even if you're day job isn't in the software development space, my guess is that if you're in IT in any capacity, you've probably interacted with Linux or other open source software systems, most of which use git (and / or github) to manage their source code repositories.

Below, I've included a few helpful tips and tricks I've discovered to make using git even more productive for your daily workflow, along with links to learn more about the history of git and an interview with Linus on his take on git after it's first 10 years...