10000 Merge pull request #73 from ParkinT/doc_updates · think2011/github-cheat-sheet@bd492eb · GitHub
[go: up one dir, main page]

Skip to content

Commit bd492eb

Browse files
author
Rafal Chmiel
committed
Merge pull request tiimgreen#73 from ParkinT/doc_updates
Added syntax for git 'push' of changes to a Gist
2 parents 64967d1 + d66293a commit bd492eb

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed

README.ja.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
189189

190190
![Gists](http://i.imgur.com/dULZXXo.png)
191191

192+
This means you also can modify and push updates to Gists:
193+
194+
```bash
195+
$ git commit
196+
$ Username for 'https://gist.github.com':
197+
$ Password for 'https://tiimgreen@gist.github.com':
198+
```
199+
200+
192201
[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)
193202

194203
### Git.io

README.ko.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,14 @@ $ git clone https://gist.github.com/tiimgreen/10545817
200200

201201
![Gists](http://i.imgur.com/dULZXXo.png)
202202

203+
This means you also can modify and push updates to Gists:
204+
205+
```bash
206+
$ git commit
207+
$ Username for 'https://gist.github.com':
208+
$ Password for 'https://tiimgreen@gist.github.com':
209+
```
210+
203211
[*gist를 만드는 법에 대해 더 읽어보세요.*](https://help.github.com/articles/creating-gists)
204212

205213
### Git.io

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,14 @@ $ git clone https://gist.github.com/tiimgreen/10545817
193193

194194
![Gists](http://i.imgur.com/dULZXXo.png)
195195

196+
This means you also can modify and push updates to Gists:
197+
198+
```bash
199+
$ git commit
200+
$ Username for 'https://gist.github.com':
201+
$ Password for 'https://tiimgreen@gist.github.com':
202+
```
203+
196204
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)
197205

198206
### Git.io

README.zh-cn.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
194194

195195
![Gists](http://i.imgur.com/dULZXXo.png)
196196

197+
This means you can also modify and update Gists:
198+
199+
```bash
200+
$ git commit
201+
$ Username for 'https://gist.github.com':
202+
$ Password for 'https://tiimgreen@gist.github.com':
203+
```
204+
205+
197206
[*进一步了解如何创建 gists.*](https://help.github.com/articles/creating-gists)
198207

199208
### Git.io

0 commit comments

Comments
 (0)
0