cli-gite

1.3.1 • Public • Published

npm npm (scoped) GitHub

introduction

Hello ppl This is a smaple CLI to automate ragular git tasks, with many commands. it's build with bash so it's so compitalbe with liunx, I will provide how to setup it on Windows. I used NPM package to publish it, you can make your own, copy it and go a head

Requirements

installation

linux

  1. sudo npm i -g cli-gite why -g to use it everywhere
  2. then install it sudo ~/../../usr/local/lib/node_modules/cli-gite/install.sh

Screenshot from 2022-07-29 21-25-10

now you can use gite 🎉

Screenshot from 2022-07-29 21-26-11

windows

  • [ ] not ready, stay tuned...

Features

  • [ ✔️ ] creating dir with init git
  • [ ✔️ ] add remote
  • [ ✔️ ] adding gpg key to your commits
  • [ ✔️ ] push to any branch without do an adding just put your commit
  • [ ] short-hand push
  • [ ✔️ ] auto fetching if there's something to fetch

Commands

  • gite repo

    to init dir with git and remote

  • gite push

  • pushing to spcific branch and automate fetching if there.

  • gite push origin main "commit"

    a short hand from push with auto fetching detection

  • gite update

    to install the last version

  • gite version gite -v

Contributing

I welcome all contributions! Feel free to open an issue or submit a PR!

License

This project is licensed under MIT. Refer to LICENSE for more details.

Package Sidebar

Install

npm i cli-gite

Weekly Downloads

20

Version

1.3.1

License

MIT

Unpacked Size

11 kB

Total Files

12

Last publish

Collaborators

  • mahmoudgalal