# gim **Repository Path**: QMHTMY/gim ## Basic Information - **Project Name**: gim - **Description**: 托管代码到多平台的小工具gim(基于git),暂时支持一键推送到gitee, coding, codeup, codehub, github。 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-10 - **Last Updated**: 2021-04-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Description [[中文](./README_CN.md)] Push your code to github, gitee, coding, codeup, codehub etc and counting time. Time consuming: basic ![updated](./updated.gif) Time consuming: Push ![update](./update.gif) ### release * please go to release page to download deb package. ### install * If use deb package > $ sudo dpkg -i gim_shell_x.x.x_linux_amd64.deb # shell-script 2.8K > > $ sudo dpkg -i gim_golang_x.x.x_linux_amd64.deb # golang 4.4M * If use src code > $ cd shell/ or cd golang/ > > $ make > > $ make install ### uninstall * uninstall deb > $ sudo dpkg -r gim * uninstall src > $ make uninstall ### Update Log * 2020-09-30 uploaded basic golang-script and deb package. * 2020-09-08 uploaded basic shell-script and deb package. ### Correction Please open issues or pull-request.