git-current-branch
Version:
Get the current branch from the current git directory
24 lines (23 loc) • 509 B
JSON
{
"name": "git-current-branch",
"version": "1.0.3",
"description": "Get the current branch from the current git directory",
"author": "John Otander <johnotander@gmail.com> (http://johnotander.com/)",
"repository": "johnotander/git-current-branch",
"license": "MIT",
"bin": "git-current-branch.sh",
"files": [
"git-current-branch.sh"
],
"keywords": [
"cli-app",
"git",
"current",
"branch",
"current-branch",
"sh"
],
"engines": {
"node": ">=0.10.0"
}
}