
git
Jump1024
AGI Never Stop
-
原创 github 同步跟上主干
主干就是fork源的地方http://segmentfault.com/q/1010000002431922 https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request2014-12-19 09:37:271808
1
-
原创 github错误 Agent admitted failure to sign using the key Permission denied (publickey)
ssh-add2015-09-28 19:49:081629
0
-
原创 git使主干的一个分支成为自己fork分支的一个分支,即复制主干分支
git remote add voltdb git@github.com:VoltDB/voltdb.gitgit checkout -b ENG-8424-planer-statistics voltdb/ENG-8424-planer-statisticsgit remote -v 看自己的fork分支的名称,例如叫origingit push origin ENG-8424-planer-2015-07-29 21:13:244260
1
-
原创 linux和github重要指令汇总
Linux 重命名 将一个名为abc的文件重命名为123:mv abc 123#包中找类# jar tvf /usr/local/hadoop/lib/guava-r09-jarjar.jar | grep LinkedListMultichmod 777 *tar zcvf file.tgz file/ tar -zxvf2013-06-20 11:20:091208
7