摘要:for example: smartgit-macosx-17_1_3.dmg 1. attach dmg file hdiutil attach smartgit-macosx-17_1_3.dmg 2. copy smartgit to applications cd /Volumes sudo
阅读全文
摘要:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/leveldb -D CMAKE_BUILD_TYPE=Debug .. cmake_minimum_required(VERSION 2.8) # Project details.project(OpenGLExamp
阅读全文
摘要:https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 git clone git@181.116.131.115:MyBranch MyBranch cd MyBranch git pu
阅读全文
摘要:https://git-scm.com/book/zh/v1/Git-工具-储藏(Stashing) Git 工具 - 储藏(Stashing) 储藏(Stashing) 经常有这样的事情发生,当你正在进行项目中某一部分的工作,里面的东西处于一个比较杂乱的状态,而你想转到其他分支上进行一些工作。问题
阅读全文
摘要:1. git checkout remote branch 1.1 git clone git@192.168.5.38:AppEngine.git myengine 1.2 git fetch 1.3 git branch -b mybranch origin/somebranch 1.4 git
阅读全文