In intelliJ, how to update an existing gist instead of creating an entity?

In IntelliJ 14, I only saw an action called Create Gist..

which will create a new gist from the file each time. However, sometimes I want to reuse existing meaning and keep the commit history. Does anyone have any ideas on how to do this?

enter image description here

+3


source to share


2 answers


The gist is only in the git repository. You can clone it and push to it like any git repository. See https://help.github.com/articles/forking-and-cloning-gists/



+1


source


Take a look at a plugin called Get gist (beta) . Link to github . I am not using it myself yet.



0


source







All Articles