文章分类 -  Tools

Install dmg file by command line on Mac
摘要: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 阅读全文

posted @ 2017-12-22 16:47 fanbird2008 阅读(179) 评论(0) 推荐(0)

CMake Intro - Example
摘要:cmake -DCMAKE_INSTALL_PREFIX=/usr/local/leveldb -D CMAKE_BUILD_TYPE=Debug .. cmake_minimum_required(VERSION 2.8) # Project details.project(OpenGLExamp 阅读全文

posted @ 2017-12-07 17:59 fanbird2008 阅读(106) 评论(0) 推荐(0)

Git Intro - Git Tutorial
摘要:https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000 git clone git@181.116.131.115:MyBranch MyBranch cd MyBranch git pu 阅读全文

posted @ 2017-12-01 17:03 fanbird2008 阅读(59) 评论(0) 推荐(0)

Git Intro - Git Stash
摘要:https://git-scm.com/book/zh/v1/Git-工具-储藏(Stashing) Git 工具 - 储藏(Stashing) 储藏(Stashing) 经常有这样的事情发生,当你正在进行项目中某一部分的工作,里面的东西处于一个比较杂乱的状态,而你想转到其他分支上进行一些工作。问题 阅读全文

posted @ 2017-12-01 16:32 fanbird2008 阅读(158) 评论(0) 推荐(0)

Git Intro - Git Usage
摘要: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 阅读全文

posted @ 2017-12-01 14:03 fanbird2008 阅读(68) 评论(0) 推荐(0)

导航