Skip to main content

git

Source Code

Please contribute your git playbooks and shortcuts How to contribute?

How To Install?

run in terminal:

cocmd install -y git

This package contains 3 playbooks:

git.setup.github (Windows, MacOS, Linux)

install github cli

run it with: cocmd run git.setup.github

git.setup (MacOS)

Install and configure git on this machine

run it with: cocmd run git.setup

git.commit-push-all (Any)

add all, commit and push

run it with: cocmd run git.commit-push-all