# git-base-hash **Repository Path**: mirrors_bokuweb/git-base-hash ## Basic Information - **Project Name**: git-base-hash - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # git-base-hash git-base-hash detects tge parent branch. ## Install ``` $ npm install --save git-base-hash ``` or global install ``` $ npm install -g git-base-hash $ git-base-hash -h ``` ## Usage ```js import { detectBaseHash } from 'git-base-hash'; console.log(detectBaseHash('path/to/repo')); console.log(detectBaseHash('path/to/repo', 'foo-branch')); ```