All Projects → jul-sh → npx-co-commit

jul-sh / npx-co-commit

Licence: other
Co-author commits using GitHub usernames when pair programming

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to npx-co-commit

protocol
Covee protocol for decentralized teamwork
Stars: ✭ 18 (-80.65%)
Mutual labels:  teamwork
tondra
Continuous Development on Kubernetes environments with Skaffold
Stars: ✭ 105 (+12.9%)
Mutual labels:  agile
LocalSupport
A directory of local support services and volunteer opportunities
Stars: ✭ 60 (-35.48%)
Mutual labels:  agile
awesome-engineering
A curated list of awesome engineering blogs, handbooks and open source repos from top technology companies
Stars: ✭ 96 (+3.23%)
Mutual labels:  teamwork
github-sync
This action helps you to sync your PRs with tasks in Teamwork to streamline team collaboration and your development workflows.
Stars: ✭ 52 (-44.09%)
Mutual labels:  teamwork
tmuxpair
Command line script for setting up a temporary tmux session for pair programming
Stars: ✭ 34 (-63.44%)
Mutual labels:  pair-programming
giticket
Utility to autoadd ticket number specified in your branch name to your commits!
Stars: ✭ 51 (-45.16%)
Mutual labels:  agile
tc-radiate
Build radiator for TeamCity - GitHub hosted, Standalone HTML+JS
Stars: ✭ 15 (-83.87%)
Mutual labels:  teamwork
tutorial-quest
As you delve deep into the Dungeons to take on the biggest baddest bosses, DON'T GO ALONE!! Take THE Open Source Raid Guild with you!
Stars: ✭ 35 (-62.37%)
Mutual labels:  pair-programming
coeditor
Yet Another Pair Programming Package for Atom.
Stars: ✭ 27 (-70.97%)
Mutual labels:  pair-programming
teamwork
User to Team associations with invitation system for the Laravel Framework
Stars: ✭ 37 (-60.22%)
Mutual labels:  teamwork
taiga-front-next
Next taiga-front version with Angular
Stars: ✭ 27 (-70.97%)
Mutual labels:  agile
PostgREST-writeAPI
Translate your OpenAPI specification into a NGinx config-file to implement your PostgREST system
Stars: ✭ 31 (-66.67%)
Mutual labels:  agile
bzkanban
🔪 Kanban board for Bugzilla 5+
Stars: ✭ 39 (-58.06%)
Mutual labels:  agile
easy-to-git
👩‍🔬 👨‍💻 A project designed to start you on your journey as an Open-source contributor
Stars: ✭ 33 (-64.52%)
Mutual labels:  teamwork
STM32F10x Servo Library
Servo library with stm developed by the Liek Software Team. We are working on new versions.
Stars: ✭ 14 (-84.95%)
Mutual labels:  teamwork
core
Core Object Traits for Agile Toolkit
Stars: ✭ 19 (-79.57%)
Mutual labels:  agile
gitbook-biblioteca-impresionante-en-espanol
Recopilación de libros sobre programación en español. Encontrados en GitBook.
Stars: ✭ 70 (-24.73%)
Mutual labels:  agile
xeo
A modern tool to bring SCRUM to Notion!
Stars: ✭ 26 (-72.04%)
Mutual labels:  agile
learn-scrum
Let's learn Scrum in simple terms!
Stars: ✭ 18 (-80.65%)
Mutual labels:  agile

🤝 co-commit

Run npx co-commit to start. - No installation needed.

screenshot of using gif co-commit

🤓 Background

GitHub allows you to co-author commits by appending Co-authored-by: name <[email protected]> to a commit message.

🧠 Advanced

Make it blazing fast 🔥

Each time you run co-commit, npx will install the package. This will usually only takes a few seconds. To skip this you can preinstall co-commit using npm i -g co-commit.

CLI arguments

You can also utilize git flags with co-commit: eg git commit --all becomes npx co-commit --all. Additionally, you can skip prompts using flags: eg: -m "your commit message" or -co "mariiapunda".

Multiple Co-Authors

To commit with multiple co-authors simply comma-separate their usernames.

Dependencies

To run co-commit you need to have NodeJs installed. Naturally, git is also required.

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].