Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of christophwitzko/git-head

Account's avatar
christophwitzko/git-refs
finds all references of a git repository
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

christophwitzko's profile
christophwitzko
38 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
11 contributions
greenkeeperio-bot's profile
greenkeeperio-bot
10 contributions
finnp's profile
finnp
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
christophwitzko

christophwitzko/git-head

finds the hash of the HEAD reference

JavaScript
8
2
No license

git‑head is a tiny Node.js utility that reads a Git repository’s `.git/HEAD` file and returns the current commit hash. It’s useful for scripts or tools that need to programmatically obtain the current HEAD SHA of a local repo, and can be installed globally via npm for command‑line or library use. Suitable for developers and CI pipelines that need a simple way to fetch the current Git hash.