mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-09 09:26:42 +02:00
Merge pull request #73 from ParkinT/doc_updates
Added syntax for git 'push' of changes to a Gist
This commit is contained in:
@@ -189,6 +189,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
This means you also can modify and push updates to Gists:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git commit
|
||||||
|
$ Username for 'https://gist.github.com':
|
||||||
|
$ Password for 'https://tiimgreen@gist.github.com':
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)
|
[*Gistの作成についてもっと詳しく*](https://help.github.com/articles/creating-gists)
|
||||||
|
|
||||||
### Git.io
|
### Git.io
|
||||||
|
@@ -200,6 +200,14 @@ $ git clone https://gist.github.com/tiimgreen/10545817
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
This means you also can modify and push updates to Gists:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git commit
|
||||||
|
$ Username for 'https://gist.github.com':
|
||||||
|
$ Password for 'https://tiimgreen@gist.github.com':
|
||||||
|
```
|
||||||
|
|
||||||
[*gist를 만드는 법에 대해 더 읽어보세요.*](https://help.github.com/articles/creating-gists)
|
[*gist를 만드는 법에 대해 더 읽어보세요.*](https://help.github.com/articles/creating-gists)
|
||||||
|
|
||||||
### Git.io
|
### Git.io
|
||||||
|
@@ -193,6 +193,14 @@ $ git clone https://gist.github.com/tiimgreen/10545817
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
This means you also can modify and push updates to Gists:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git commit
|
||||||
|
$ Username for 'https://gist.github.com':
|
||||||
|
$ Password for 'https://tiimgreen@gist.github.com':
|
||||||
|
```
|
||||||
|
|
||||||
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)
|
[*Read more about creating gists.*](https://help.github.com/articles/creating-gists)
|
||||||
|
|
||||||
### Git.io
|
### Git.io
|
||||||
|
@@ -194,6 +194,15 @@ $ git clone https://gist.github.com/tiimgreen/10545817
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
This means you can also modify and update Gists:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ git commit
|
||||||
|
$ Username for 'https://gist.github.com':
|
||||||
|
$ Password for 'https://tiimgreen@gist.github.com':
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
[*进一步了解如何创建 gists.*](https://help.github.com/articles/creating-gists)
|
[*进一步了解如何创建 gists.*](https://help.github.com/articles/creating-gists)
|
||||||
|
|
||||||
### Git.io
|
### Git.io
|
||||||
|
Reference in New Issue
Block a user