-
Browse to https://github.com/hyperledger-labs/hyperledger-labs.github.io
-
Click the fork button
-
Clone the repository to your machine using:
git clone https://github.com/username/hyperledger-labs.github.io
, replacingusername
with your Github username. -
Change to the
hyperledger-labs.github.io
directory
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Get date of last commit | |
git log -n 1 --format=%cd >> last-commit |