create account

GitHub使用体会(GitHub基础操作指南) by rivalhw

View this thread on: hive.blogpeakd.comecency.com
· @rivalhw · (edited)
$40.08
GitHub使用体会(GitHub基础操作指南)
<html>
<p><br>
  下午有点时间,便去研究了下GitHub的使用操作。</p>
<p><br>
  最近打算开启新的项目活动,需要涉及到多人编辑,尤其可能会涉及到多次修改,而我们都知道,在社区上只能自己修改自己的文章,无法修改别人的文章;再者,因为有7日后文章不可修改的限制,所以迫切地需要一个可以多人协作、不受时间限制修改的软件功能,有几位同学先前都给我推荐了GitHub,我虽然很早之前就听说了其大名,但却一直未能深入了解和使用,直到今天才尝试开始使用了下,感觉还不错,就将使用体会和操作整理下来,供大家使用,尤其是接下来要参与到项目活动的同学,如果先前没接触过github的话,不妨看下本文,估计会对你接下来的工作有些帮助。</p>
<p><br>
&nbsp;  GitHub上我们主要介绍两种,分别为项目的创建和项目的参与。<br>
&nbsp;</p>
<p>  <strong>创建知识库(repositories)</strong><br>
  其实这个名字我觉得中文挺奇怪的,但大家都这么称呼,也就不好再说什么。但我个人觉得翻译为:建仓 可能更准确些。<br>
  建仓是什么意思呢?就是你要开始一个新的项目时,你要建立自己的知识仓库,然后在里边再生成各种各样的内容。<br>
  我们来看下如何建仓?</p>
<p><img src="https://steemitimages.com/DQmVQJN8iiRhPpLL61ByTvfACyLYZRAHMPmTTzkNG1FbHjs/1%20new%20repository.png" width="1917" height="882"/></p>
<p><img src="https://steemitimages.com/DQmYUiSsGR3ohQyN4hwBuruYRcXipjenPyaNPpHoyVo3S6K/2%20create%20repository.png" width="1866" height="801"/></p>
<p>  输入项目的名称,填写描述信息等,默认选择公开public ,当然你也可以选择私密private ,选中下边的初始化,然后点击最下边绿色按钮,开始创建。</p>
<p>  创建好知识库后,有两种方式可以编辑,一种是通过下载github提供的软件进行编辑更新,另一种就是通过GitHub提供的网页在线进行编辑,两种方法你可以自行选择。</p>
<p>  我个人喜欢下载使用github提供的软件进行编辑更新,毕竟在桌面版操作很方便的,而网页版每次编辑好后要手工上传,不像软件一键就自动更新好。当然,网页版也有它的好处,就是你临时在外边办公时使用它挺方便的。</p>
<p>  <strong>编辑和更新</strong></p>
<p>  我们先看下软件的使用。</p>
<p>  首先是下载软件。</p>
<p><img src="https://steemitimages.com/DQmcMrMDQPVjg5LxbhV2qN7gKDWKGuARrsWhXtBFd77HqdK/3%20download.png" width="1875" height="783"/></p>
<p>  安装后,打开软件。</p>
<p>  编辑和更新</p>
<p><img src="https://steemitimages.com/DQmWXjcD8dd6iFG29coBfLhvrwFWvDAtYT64MzGYBF2TBPH/4.png" width="1191" height="814"/></p>
<p><img src="https://steemitimages.com/DQmSzAZNeZV4rFrGajHEXNRCWGDPnx9mjsqtFm2s8VSrMyW/5.png" width="1204" height="829"/></p>
<p><img src="https://steemitimages.com/DQmTY575nAnsCMDBXdFUqxCZhU6bFBWtnzQeZnwtH8M2aqS/6.png" width="1195" height="820"/></p>
<p><img src="https://steemitimages.com/DQmP6n3Fauv3cdh2SRy1HTyU3vyxe2rd2jmRPExzoXbvy1X/8.png" width="1218" height="847"/></p>
<p>  我尝试着新建文件,并修改了几次,然后提交了几次版本,如上图。</p>
<p><br></p>
<p>  模拟多个用户切换操作。</p>
<p><img src="https://steemitimages.com/DQmewoUF4fa1fDNDqR19Lri5p5Jm1KfBaLoaJ2HbcJbvuN8/9.png" width="1217" height="837"/></p>
<p><br></p>
<p>  网页版在线编辑</p>
<p>  网页版的操作就简单多了,基本看图就明白如何操作了,见下图。</p>
<p><img src="https://steemitimages.com/DQmZWn1eEskmGB98VnzXKuvkfoyE3j76wmEGNwd3KHHrhg1/10-1.png" width="1350" height="756"/></p>
<p><img src="https://steemitimages.com/DQmVjtmWGvyL2ub8RWzXsr6baLJjfJtT8i8mrsoejvqJTnT/10-2.png" width="1465" height="886"/></p>
<p>  在线上传更新的文件</p>
<p><img src="https://steemitimages.com/DQmUzhQpsJnUvMzZnzDscjWan1EHFVJ4V9R1mtaMzYA3Jho/10-3.png"/></p>
<p>  下载最新的文件</p>
<p><br></p>
<p>  掌握了以上基本的操作,我们就可以不受地点、时间的限制,尤其是多人都可以一起协同操作了。</p>
<p>  当然,以上只是gihub的一些基础功呢个,要知道github可不止以上功能,至于其它的高级操作,就等使用后再慢慢体会和琢磨了。</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 16 others
properties (23)
authorrivalhw
permlinkgithub-github
categorygithub
json_metadata{"tags":["github","steemit","cn-reader","cn"],"image":["https://steemitimages.com/DQmVQJN8iiRhPpLL61ByTvfACyLYZRAHMPmTTzkNG1FbHjs/1%20new%20repository.png","https://steemitimages.com/DQmYUiSsGR3ohQyN4hwBuruYRcXipjenPyaNPpHoyVo3S6K/2%20create%20repository.png","https://steemitimages.com/DQmcMrMDQPVjg5LxbhV2qN7gKDWKGuARrsWhXtBFd77HqdK/3%20download.png","https://steemitimages.com/DQmWXjcD8dd6iFG29coBfLhvrwFWvDAtYT64MzGYBF2TBPH/4.png","https://steemitimages.com/DQmSzAZNeZV4rFrGajHEXNRCWGDPnx9mjsqtFm2s8VSrMyW/5.png","https://steemitimages.com/DQmTY575nAnsCMDBXdFUqxCZhU6bFBWtnzQeZnwtH8M2aqS/6.png","https://steemitimages.com/DQmP6n3Fauv3cdh2SRy1HTyU3vyxe2rd2jmRPExzoXbvy1X/8.png","https://steemitimages.com/DQmewoUF4fa1fDNDqR19Lri5p5Jm1KfBaLoaJ2HbcJbvuN8/9.png","https://steemitimages.com/DQmZWn1eEskmGB98VnzXKuvkfoyE3j76wmEGNwd3KHHrhg1/10-1.png","https://steemitimages.com/DQmVjtmWGvyL2ub8RWzXsr6baLJjfJtT8i8mrsoejvqJTnT/10-2.png","https://steemitimages.com/DQmUzhQpsJnUvMzZnzDscjWan1EHFVJ4V9R1mtaMzYA3Jho/10-3.png"],"app":"steemit/0.1","format":"html"}
created2018-02-26 14:26:30
last_update2018-02-26 14:32:36
depth0
children29
last_payout2018-03-05 14:26:30
cashout_time1969-12-31 23:59:59
total_payout_value35.094 HBD
curator_payout_value4.990 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,706
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,614,247
net_rshares7,055,832,330,519
author_curate_reward""
vote details (80)
@aamaksal ·
$0.14
Nice post..
👍  
properties (23)
authoraamaksal
permlinkre-rivalhw-github-github-20180226t144125333z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:41:57
last_update2018-02-26 14:41:57
depth1
children0
last_payout2018-03-05 14:41:57
cashout_time1969-12-31 23:59:59
total_payout_value0.125 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation1,211,549,944,482
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,617,626
net_rshares24,716,380,274
author_curate_reward""
vote details (1)
@cn-cutie.pie ·
$0.14
@rivalhw, 嘻嘻,小可可来给你点赞啦~~~ ![img](https://i.imgur.com/4DlFrac.png)
👍  
properties (23)
authorcn-cutie.pie
permlink20180226t142910471z-post
categorygithub
json_metadata{"tags":["cn"]}
created2018-02-26 14:29:15
last_update2018-02-26 14:29:15
depth1
children0
last_payout2018-03-05 14:29:15
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.023 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation717,169,219,933
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,614,837
net_rshares24,716,380,274
author_curate_reward""
vote details (1)
@cn-reader ·
$0.21
😊看到了光明的未来
👍  
properties (23)
authorcn-reader
permlinkre-rivalhw-github-github-20180226t143917837z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:39:27
last_update2018-02-26 14:39:27
depth1
children1
last_payout2018-03-05 14:39:27
cashout_time1969-12-31 23:59:59
total_payout_value0.190 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation11,393,560,794,064
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,617,064
net_rshares37,074,570,411
author_curate_reward""
vote details (1)
@rivalhw ·
😊摩拳擦掌??
properties (22)
authorrivalhw
permlinkre-cn-reader-re-rivalhw-github-github-20180226t145013683z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:50:15
last_update2018-02-26 14:50:15
depth2
children0
last_payout2018-03-05 14:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,619,486
net_rshares0
@crowflew ·
学习一下,合作编辑确实是非常重要的功能
properties (22)
authorcrowflew
permlinkre-rivalhw-github-github-20180227t012516490z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-27 01:25:18
last_update2018-02-27 01:25:18
depth1
children0
last_payout2018-03-06 01:25:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation1,159,784,092,964
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,736,973
net_rshares0
@ety001 ·
$0.56
要是写书的话,最好是用 [https://www.gitbook.com/](https://www.gitbook.com/)。
👍  
properties (23)
authorety001
permlinkre-rivalhw-github-github-20180226t234644756z
categorygithub
json_metadata{"tags":["github"],"links":["https://www.gitbook.com/"],"app":"steemit/0.1"}
created2018-02-26 23:46:45
last_update2018-02-26 23:46:45
depth1
children1
last_payout2018-03-05 23:46:45
cashout_time1969-12-31 23:59:59
total_payout_value0.420 HBD
curator_payout_value0.136 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length65
author_reputation57,395,188,397,494
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,719,666
net_rshares98,877,865,709
author_curate_reward""
vote details (1)
@rivalhw · (edited)
这个不错,随后我研究下,谢谢推荐 ,已follow你
properties (22)
authorrivalhw
permlinkre-ety001-re-rivalhw-github-github-20180227t040156540z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-27 04:01:00
last_update2018-02-27 04:01:12
depth2
children0
last_payout2018-03-06 04:01:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,766,034
net_rshares0
@hhjjkk ·
$0.14
以前听说github上面有很多的项目源,但一直没怎么去了解过。。
👍  
properties (23)
authorhhjjkk
permlinkre-rivalhw-github-github-20180226t143857580z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:39:06
last_update2018-02-26 14:39:06
depth1
children1
last_payout2018-03-05 14:39:06
cashout_time1969-12-31 23:59:59
total_payout_value0.128 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation684,424,592,252
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,616,996
net_rshares24,716,380,274
author_curate_reward""
vote details (1)
@rivalhw ·
的确,有时间可以多了解下
properties (22)
authorrivalhw
permlinkre-hhjjkk-re-rivalhw-github-github-20180226t145035529z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:50:36
last_update2018-02-26 14:50:36
depth2
children0
last_payout2018-03-05 14:50:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,619,561
net_rshares0
@intmilanmilano ·
谢谢大伟哥分享...收藏,多看几遍,熟悉下操作...
properties (22)
authorintmilanmilano
permlinkre-rivalhw-github-github-20180227t075511454z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-27 07:55:12
last_update2018-02-27 07:55:12
depth1
children0
last_payout2018-03-06 07:55:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation1,583,274,902,841
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,808,152
net_rshares0
@jawad09 ·
$2.27
#### English Version Of Today's Article!

**GitHub use experience (GitHub basic operation guide)**


A little time in the afternoon, we went to study the use of GitHub operation.


Recently, we are going to start a new project activity that involves multiplayer edits. In particular, it may involve multiple revisions, and we all know that we can only edit our own articles in the community and can not modify other people's articles. Moreover, because There are restrictions on articles that can not be changed after 7 days, so there is an urgent need for a software function that can be coordinated by many people without being limited by time. Several students have previously recommended GitHub to me. Although I have heard about it long ago Daming, but has not been able to understand and use, until today just try to use the next, I feel pretty good, it will use the experience and operation of finishing down for everyone to use, especially the next to participate in the project activities of students, If you have not been in contact with github before, may wish to look at this article, it is estimated that will be helpful for your next job.


 We mainly introduce two kinds on GitHub, namely the project creation and the project participation.
 

Create repositories
In fact, I think this name is very strange Chinese, but we all call it, it is not good to say anything. But I personally think that translated as: Jiancang may be more accurate.
Jiancang what does it mean? That's when you want to start a new project, you have to build your own repository of knowledge and then regenerate a wide variety of content inside.
We look at how to Jiancang?


Enter the name of the project, fill in the description information, the default choice of public, of course, you can also choose private, select the bottom of the initialization, and then click the bottom of the green button to start creating.

After creating a knowledge base, there are two ways to edit, one is to edit and update by downloading the software provided by github, the other is to edit online through the webpage provided by GitHub, there are two ways you can choose.

I personally like to download the software to use github to edit and update, after all, the desktop version of the operation is very convenient, and the web version after each edit to manually upload, unlike the software a key update automatically. Of course, the web version also has its benefits, which is convenient for you to use it temporarily while outside.

Edit and update

Let's look at the use of software.

The first is to download the software.

After installation, open the software.

Edit and update

I tried to create a new file and modified several times, and then submitted several versions, as shown above.


Simulate multiple user switching operations.


Web Edition online editing

Web version of the operation is much simpler, the basic figure to understand how to operate, see below.


Upload updated files online

Download the latest file


Mastered the above basic operation, we can not place, time constraints, in particular, many people can work together.

Of course, these are just some of the basic skills gihub it, to know github more than the above functions, as for other advanced operations, wait for use and then slowly understand and pondering.

That's all about Today's Article by @rivalhw.
👍  ,
properties (23)
authorjawad09
permlinkre-rivalhw-github-github-20180226t144412809z
categorygithub
json_metadata{"tags":["github"],"users":["rivalhw"],"app":"steemit/0.1"}
created2018-02-26 14:44:12
last_update2018-02-26 14:44:12
depth1
children4
last_payout2018-03-05 14:44:12
cashout_time1969-12-31 23:59:59
total_payout_value2.200 HBD
curator_payout_value0.074 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3,374
author_reputation34,832,615,044,215
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,618,145
net_rshares400,775,431,898
author_curate_reward""
vote details (2)
@rivalhw ·
$0.03
thank you @jawad09 :)
👍  
properties (23)
authorrivalhw
permlinkre-jawad09-re-rivalhw-github-github-20180226t144916138z
categorygithub
json_metadata{"tags":["github"],"users":["jawad09"],"app":"steemit/0.1"}
created2018-02-26 14:49:15
last_update2018-02-26 14:49:15
depth2
children3
last_payout2018-03-05 14:49:15
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,619,286
net_rshares5,116,556,862
author_curate_reward""
vote details (1)
@jawad09 ·
$0.14
Most Welcome dear friend @rivalhw!
👍  
properties (23)
authorjawad09
permlinkre-rivalhw-re-jawad09-re-rivalhw-github-github-20180226t145416605z
categorygithub
json_metadata{"tags":["github"],"users":["rivalhw"],"app":"steemit/0.1"}
created2018-02-26 14:54:18
last_update2018-02-26 14:54:18
depth3
children2
last_payout2018-03-05 14:54:18
cashout_time1969-12-31 23:59:59
total_payout_value0.139 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length34
author_reputation34,832,615,044,215
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,620,292
net_rshares24,716,380,274
author_curate_reward""
vote details (1)
@justyy ·
$0.14
现在文科生一起合作写 文章都得学会用 git 了。
👍  
properties (23)
authorjustyy
permlinkre-rivalhw-github-github-20180226t222840546z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 22:28:42
last_update2018-02-26 22:28:42
depth1
children1
last_payout2018-03-05 22:28:42
cashout_time1969-12-31 23:59:59
total_payout_value0.102 HBD
curator_payout_value0.034 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation280,616,224,641,976
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,706,130
net_rshares24,719,466,427
author_curate_reward""
vote details (1)
@rivalhw ·
:)
properties (22)
authorrivalhw
permlinkre-justyy-re-rivalhw-github-github-20180227t040133109z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-27 04:00:39
last_update2018-02-27 04:00:39
depth2
children0
last_payout2018-03-06 04:00:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,765,951
net_rshares0
@meixia ·
$0.21
听我们《steem指南》编辑部的同事说,传图片上去有一点麻烦
👍  
properties (23)
authormeixia
permlinkre-rivalhw-github-github-20180226t143910010z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:39:12
last_update2018-02-26 14:39:12
depth1
children4
last_payout2018-03-05 14:39:12
cashout_time1969-12-31 23:59:59
total_payout_value0.190 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation2,558,960,945,597
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,617,013
net_rshares37,074,570,411
author_curate_reward""
vote details (1)
@rivalhw ·
可以用文件来传,图片放到文件里
properties (22)
authorrivalhw
permlinkre-meixia-re-rivalhw-github-github-20180226t144949113z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:49:51
last_update2018-02-26 14:49:51
depth2
children3
last_payout2018-03-05 14:49:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,790,089,944,731,593
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,619,397
net_rshares0
@meixia ·
$0.14
就是变成本地图片来上传,是吧。
👍  
properties (23)
authormeixia
permlinkre-rivalhw-re-meixia-re-rivalhw-github-github-20180226t145516789z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:55:18
last_update2018-02-26 14:55:18
depth3
children2
last_payout2018-03-05 14:55:18
cashout_time1969-12-31 23:59:59
total_payout_value0.139 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation2,558,960,945,597
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,620,494
net_rshares24,716,380,274
author_curate_reward""
vote details (1)
@melaleuca ·
我正在琢磨github,最近正在上传资料到《steem 指南》上,还不会弄。谢谢大伟哥整理分享,我得多看几遍。
properties (22)
authormelaleuca
permlinkre-rivalhw-github-github-20180226t165428363z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 16:54:30
last_update2018-02-26 16:54:30
depth1
children0
last_payout2018-03-05 16:54:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation6,057,085,270,509
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,644,912
net_rshares0
@numanahmed ·
very well post....dear lovely friend @rivalhw...
and great post..
i love this post..
thanks for sharing..
i just @resteem & #upvote done
properties (22)
authornumanahmed
permlinkre-rivalhw-github-github-20180227t042937173z
categorygithub
json_metadata{"tags":["github","upvote"],"users":["rivalhw","resteem"],"app":"steemit/0.1"}
created2018-02-27 04:29:45
last_update2018-02-27 04:29:45
depth1
children0
last_payout2018-03-06 04:29:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length136
author_reputation356,081,742,115
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,771,790
net_rshares0
@safiuddin.zami ·
# 很好的帖子好友。保持它
properties (22)
authorsafiuddin.zami
permlinkre-rivalhw-github-github-20180226t161737743z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 16:17:39
last_update2018-02-26 16:17:39
depth1
children0
last_payout2018-03-05 16:17:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation700,281,270,036
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,637,621
net_rshares0
@shaheem ·
$0.14
i have read your full article with translation on google great
👍  ,
properties (23)
authorshaheem
permlinkre-rivalhw-github-github-20180226t142852797z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:28:54
last_update2018-02-26 14:28:54
depth1
children0
last_payout2018-03-05 14:28:54
cashout_time1969-12-31 23:59:59
total_payout_value0.111 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation4,408,483,626
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,614,755
net_rshares25,279,178,796
author_curate_reward""
vote details (2)
@tetas08 ·
Nice to see your post...  Keep it  up and well done.
properties (22)
authortetas08
permlinkre-rivalhw-github-github-20180226t143319010z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 14:33:24
last_update2018-02-26 14:33:24
depth1
children0
last_payout2018-03-05 14:33:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation351,599,705,020
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,615,721
net_rshares0
@yingzoe ·
在学校的时候用过github,非常简便好用,不愧为全球最大的男性同性交友平台LOL
properties (22)
authoryingzoe
permlinkre-rivalhw-github-github-20180226t234900448z
categorygithub
json_metadata{"tags":["github"],"app":"steemit/0.1"}
created2018-02-26 23:48:57
last_update2018-02-26 23:48:57
depth1
children0
last_payout2018-03-05 23:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation2,300,227,796,378
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,720,029
net_rshares0
@youcool ·
@rivalhw相当好的一个教程,谢谢分享!
properties (22)
authoryoucool
permlinkre-rivalhw-github-github-20180227t025318767z
categorygithub
json_metadata{"tags":["github"],"users":["rivalhw"],"app":"steemit/0.1"}
created2018-02-27 02:53:21
last_update2018-02-27 02:53:21
depth1
children0
last_payout2018-03-06 02:53:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation13,786,771,524
root_titleGitHub使用体会(GitHub基础操作指南)
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id40,753,532
net_rshares0