Giter Site home page Giter Site logo

gut's Introduction

windows安装步骤

  1. 下载gut-1.0-SNAPSHOT.jar 到新建的C:\Users\Administrator\Documents\gut
  2. 创建gut.bat
  3. 设定环境变量,path上追加C:\Users\Administrator\Documents\gut gut.bat文件基本格式为:
@echo off
java -cp C:\Users\Administrator\Documents\gut\gut-1.0-SNAPSHOT.jar org.lufei.GitTools %1 %2 %3 %4 %5 %6 %7 %8

mac安装步骤

  1. 下载gut-1.0-SNAPSHOT.jar 到新建的~/gut/
  2. 编辑用户配置文件~/.bash_profile,增加如下一行
  3. source ~/.bash_profile,重启所有命令窗口

.bash_profile文件基本格式为:

alias gut=" java -cp /Users/lufei/work/git-tools/target/gut-1.0-SNAPSHOT.jar org.lufei.GitTools "

####命令 运行gut查看支持的命令

####使用帮助 gut gut help clone

####clone wacai项目的所有分支包括branchList中的所有分支 cd work gut clone -p wacai http://110.249.162.18:8090/tfs/DefaultCollection/KLWK/_git/mvn-pom

####查看mvn-pom及子目录仓库的所有状态 cd mvn-pom gut status

####拉取更新mvn-pom及子目录仓库的所有状态 cd mvn-pom gut pull

####推送mvn-pom及子目录仓库到远程 cd mvn-pom gut push

gut's People

Contributors

luoweifei361 avatar

Stargazers

lufei361 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.