gist
Here are 318 public repositories matching this topic...
I'd like to suggest that a timestamp being added to the sync log ("CODE SETTINGS SYNC UPLOAD SUMMARY") shown in the Output Window. It's a useful piece of information and presumably not hard to be implemented. Thanks!
-
Updated
Jun 27, 2020 - PHP
-
Updated
Jul 7, 2020 - C++
Git Config
I am in love with this plugin!
The documentation states: "You need to either set global git config:
$ git config --global github.user Username
Which makes it sound like there's another method, but none is listed that I see
I'm interested in using this in various multi-user environments and would need to pass in the username and/or token dynamically.
Thanks for your awesome work - I th
-
Updated
Jul 6, 2020 - JavaScript
Describe the bug
Repetitive loading have you waiting on gists loading.
To Reproduce
Steps to reproduce the behavior:
- Go to Gists, see the loading circle
- Click on local
- Go back to gists, and a new loading circle appears
Expected behavior
I think the loaded gists should remain loaded even when going to local, and maybe have a refresh button if you want to pull new gi
$ git repo --help
No manual entry for git-repo
$ git-repo --help
....
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
Mar 13, 2020 - TypeScript
-
Updated
Jul 7, 2020 - Python
-
Updated
May 16, 2020 - Ruby
-
Updated
Feb 29, 2020 - C++
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Nov 5, 2018 - C
-
Updated
Jul 7, 2020 - CSS
I finally figured out why gist /tmp/my_pastebin_file kept dumping me into the editor rather than simply uploading the file I was specifying.
I skimmed the documentation:
gist create <desc> [--public] [--encrypt] [FILES ...]
too quickly and didn't look before the [--encrypt] option, assuming that the only positional arguments were the optional FILES.
I think it would be more conv
This is a
- bug report
- feature request
Description
I'll send over a pull request in case it's useful, thanks for quickly answering my questions about the extension on Twitter!
-
Updated
Apr 1, 2020 - Emacs Lisp
-
Updated
May 29, 2020 - JavaScript
git如何修改已提交的commit
git虽好,但总会遇到一些不希望的提交,所以就会有增删改某次或某些提交的需求。下面收集一下,修改本地和远程版本历史的一些方法。
本地修改
由于以下修改本身是对版本历史的修改,在需要push到远程仓库时,往往是不成功的,只能强行push,这样会出现的一个问题就是,如果你是push到多人协作的远程仓库中,会对其他人的远程操作构成影响。通常情况下,建议与项目远程仓库的管理员进行沟通,在完成你强制push操作后,通知其他人同步。
-
修改最近一次的commit
修改提交的描述
git commit --amend
然后会进入一个文本编辑器界面,修改commit的描述内容,即可完成操作。
修改提交的文件
git add <filename> # 或者 git
It would be nice if there were a link to the gist when you try to run a gist on a browser that does not support service workers
Improve this page
Add a description, image, and links to the gist topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gist topic, visit your repo's landing page and select "manage topics."
I'm probably missing something obvious, but neither the website nor this repo has any documentation.
Is this a markdown editor I can embed in my "classic" rendered (html rendered by server) websites?
Do I have to build my own version?
Can I use npm to import it?
Is there any documentation?