#
git-extension
Here are 22 public repositories matching this topic...
git
git-addons
time-tracker
git-hooks
task-manager
github-issues
git-notes
time-tracking
task-management
git-extension
time-tracking-app
-
Updated
Apr 4, 2015 - Shell
a git extension to help write conventional commits
git
cli
command-line
tui
command-line-tool
conventional-changelog
git-extenstions
command-line-interface
git-extension
conventional-commits
terminal-ui
command-line-interpreter
-
Updated
Apr 9, 2022 - Go
Chrome extension which helps you not to miss important changes in your news thread related to your repo
plugin
chrome-extension
github-api
chrome
extension
news
extensions
github-extension
chrome-browser
extensibility
chrome-plugin
newsfeed
extension-methods
chrome-extensions
git-extenstions
git-extension
git-news
chrome-ext
github-ui
ui-extension
-
Updated
Feb 22, 2021 - JavaScript
cgit is a tiny git tool for Chinese developers. cgit can clone code from a mirror of GitHub.
-
Updated
May 31, 2022 - Go
Import other repositories into your git repository. This is a simpler alternative to git-subrepo, git submodule, git-subtree, and git-stree.
git
submodules
git-extenstions
git-submodule
git-subtree
git-extension
git-subrepo
git-stree
git-submodules
-
Updated
Jan 9, 2018 - Shell
Open
Document Code
jsmvaldivia
commented
Nov 3, 2021
Considering that the code is public we should add meaningful documentation to the project.
We should add text that accompanies software code to explain what the code is doing, why it's written the way it is, and/or how to use it.
Typically we should add it to packages, exported types and exported functions.
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Source code for custom git extensions.
-
Updated
Apr 20, 2018 - Shell
Documentation on my personal Snapshot Version Control System (SCVS) and how it works.
wiki
version-control
gplv3
archive
md
txt
snapshots
gpl3
version-control-system
git-extension
svcs
version-file
snapshots-version-controlsystem
snapshot-version-control-system
-
Updated
Dec 7, 2021
Emoji-In-Git-Commits-2.0
-
Updated
Jul 31, 2020 - TypeScript
Allows secure storage of sensitive information within git repository
-
Updated
Oct 31, 2020 - Crystal
Тестовое задание ООО "МФЦ Полюс"
-
Updated
May 1, 2020 - C#
Git extension to allow writing markdown release notes in tag messages
-
Updated
Mar 7, 2022 - Shell
A custom git subcommand to install custom git subcommands
-
Updated
Nov 18, 2021 - Ruby
A joke git extension for users that mix up their commands in a Django repo
-
Updated
Oct 7, 2021 - Batchfile
git extension for automatic Trac ticket updates
-
Updated
Jan 30, 2018 - Shell
A git extension for issue management
-
Updated
Sep 11, 2018 - Shell
Git Compress Files Plugin (git-cf)
-
Updated
May 4, 2021 - Rust
Improve this page
Add a description, image, and links to the git-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the git-extension topic, visit your repo's landing page and select "manage topics."
I would really love a "quickfix" feature.
Usecase: while browsing my code, I have noticed a small detail, like for instance some badly formatted markdown, and fixed it, but haven't yet created an issue or a branch.
I would run:
git quickfix "I fixed the indentation of the code snippet"then this should:
git workonthis issue