is-git
There are 19 repositories under is-git topic.
JPeer264/node-current-git-branch
A tool to get the branch name of a specific directory
JPeer264/node-is-git-repository
A tool to check if a specific location is a git repository
JPeer264/node-git-commit-info
Get the info of an specific commit hash
JPeer264/node-git-root
A module to find the git root synchronously
JPeer264/node-is-git-dirty
Check if a repository has untracked, modified or added files
JPeer264/node-git-needs-pull
Check synchronously if a git repository needs to pull
aichbauer/node-count-git-tags
A tool to count the number of tags of a git repository
aichbauer/node-git-clone-repo
Clone a git repository
aichbauer/node-git-commit-range
Get the git commithash within a Range from-to
aichbauer/node-tagged-git-commits
Get the commit hash and refs/tag of tagged commits, remote and local
JPeer264/node-git-needs-push
Check synchronously if a git repository needs to push
JPeer264/node-is-git-added
Check if a files are added in a git repository
JPeer264/node-is-merge-commit
A tool to check if a specific commit is a merge commit
is-prg1b/lecture
2017年度プログラミング第一(講義)
aichbauer/node-get-git-remotes
Get the remote URLs of a git repository
aichbauer/node-git-commit-count
A tool to count the numbers of commits for a git repository
aichbauer/node-is-git-remote
Check if a git remote repository exists
aichbauer/node-tagged-git-commit
A tool to return tagged git commits
kaelzhang/nodegit-is
The definitive checking library for git