Skip to content

Instantly share code, notes, and snippets.

View tkuhrt's full-sized avatar

Tracy Kuhrt tkuhrt

View GitHub Profile
@tkuhrt
tkuhrt / contribute-hyperledger-lab-proposal.md
Last active December 10, 2020 16:14
Steps to contribute a new lab proposal to Hyperledger Labs

Steps to Contribute a New Hyperledger Labs Proposal

  1. Browse to https://github.com/hyperledger-labs/hyperledger-labs.github.io

  2. Click the fork button

  3. Clone the repository to your machine using: git clone https://github.com/username/hyperledger-labs.github.io, replacing username with your Github username.

  4. Change to the hyperledger-labs.github.io directory

@tkuhrt
tkuhrt / get-last-commit.sh
Created July 7, 2017 22:34
Get Date of Last Commit in a git repository
#!/bin/bash
# Get date of last commit
git log -n 1 --format=%cd >> last-commit