随笔分类 -  git

摘要:#!/bin/sh if [ $# -lt 1 ]then work_dir="F:/study/01_work/testProjectA"else work_dir=$1fi #echo "${work_dir}" cd ${work_dir}git add .git status | grep 阅读全文
posted @ 2017-11-18 18:43 timwind 阅读(916) 评论(0) 推荐(0)
摘要:https://github.com/geeeeeeeeek/git-recipes/wiki/1.1-%E6%9E%9C%E5%A3%B3%E4%B8%AD%E7%9A%84-Git https://git-scm.com/book/zh/v1/Git-%E5%88%86%E6%94%AF-%E5 阅读全文
posted @ 2017-10-16 10:30 timwind 阅读(125) 评论(0) 推荐(0)
摘要:【直接使用subtree最简单】 已存在工程: https://github.com/timwind/testPlatform.git https://github.com/timwind/testProjectC.git 在本地clone testProjectC后进入testProjectC目录 阅读全文
posted @ 2017-10-15 22:13 timwind 阅读(1049) 评论(0) 推荐(0)