Here are
96 public repositories
matching this topic...
Tutorial de como usar o Git e Github na prática
Automatically commit changes made in your workflow run directly to your repo
Updated
May 23, 2022
TypeScript
git commit message linter hook
Updated
May 22, 2022
JavaScript
💬 Git add, commit, push with Conventional Commits and Gitmoji.
Updated
May 19, 2022
TypeScript
Choose the right emoji emoticon for git commit, make git log commit more interesting.
Updated
Dec 2, 2020
Kotlin
Never forget to git commit and push
Official code style guide of Banksalad
Updated
May 9, 2022
JavaScript
Commit with current branch name.
Updated
Apr 5, 2021
Shell
🚀 All the git commands and workflows you need to know
Updated
Jul 23, 2021
Shell
This is everything you need to know about having better commit messages
Simple git hook to provide strong guidelines for commit message with emojis
Updated
Jul 16, 2021
Shell
A VS Code extension to generate a smart commit message based on file changes
Updated
Apr 28, 2022
TypeScript
Work out your commitment issues.
Updated
May 2, 2022
Python
Vue 项目 commitizen + husky + commitlint,git commit 提交信息规范校验 demo,conventional commits 实践
Describe your commits easier and prettier from cli & slack.
Updated
Apr 17, 2022
Shell
ng-git-calendar is an angular interface component that implements a committing calendar similar to that of github, which can be used for various uses, such as fault logging and other records like any other calendar.
Git Commit Emoji is a standard of Emoji for using on Git commit messages.
Provides common words of git commit message autocomplete for asyncomplete.vim
Updated
Dec 2, 2019
Vim script
Execute Gradle tasks on a range of commits.
Updated
Jul 10, 2021
Shell
Easily use 'Co-authored-by' trailers in the commit template
Updated
Dec 4, 2020
Shell
Sensitive data file encryption while using Git, with GPG; never accidentally submit a password config to a repo again.
Updated
Apr 22, 2020
Shell
A beginners quickstart guide to Git
Updated
Jan 14, 2022
Python
💡 my solutions and notes for "Version Control With Git" that was created by By Atlassian University and delivered through Coursera platform..
Updated
Jan 18, 2020
Jupyter Notebook
A VSCode extension that focuses on the last git commit
Updated
Aug 24, 2020
JavaScript
📑 Some of my practices around git, GiLab and GitHub
A collection of GIT commands that I personally use because they're really useful
Eleventy plugin to get recent Git commit time of a file, or a Eleventy collection.
Updated
Aug 24, 2021
JavaScript
Lightweight and joyful `git commit` replacement. Conventional Commits compliant.
Updated
Apr 28, 2020
JavaScript
Improve this page
Add a description, image, and links to the
git-commit
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
git-commit
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Discussed in AbhyudayaSharma/react-git-info#25
Originally posted by alex-jesper May 3, 2022
Hi,
The code seems to work well, however I need the output from "git describe --tags", which does not seem to be present.
Is it possible to extend the functionality to include that?
Thanks,
Jesper
Add