On 2017-07-21, at 10:09 AM, Konstantin Khomoutov <[email protected]> wrote:
> On Tue, Jul 11, 2017 at 10:23:12AM -0700, DynV Montrealer wrote: > >> I'd like to delete revision 2 & 5 on >> http://gist.github.com/WilliamCQ/4d734bf3e7c3ab59b08c949f1ab673d7 and have >> no idea how to proceed by command line and the web interface won't let me >> do it; it's support assured me it can only be done by command and they >> won't help with that. Please keep in mind I'm a beginner. >> >> Thank you kindly for your help >> >> PS: I'm not sure what's going on but it won't let me post with the >> following tags: gist, github, delete revision, remove revision, dump >> revision, clear revision, eradicate revision. > > From what I gather from the description and looking at the linked > resource, you're asking about removing a pair of revisions from a > Github's "gist" -- which is online (that is, web-based) collaborative > facility for editing text. It has nothing to do with Git, which is a > VCS and has nothing to do with Github. > > Please try reaching for Github's help facilities: > https://help.github.com Gist.github.com is a web-based, simplified interface to git repositories that are designed to be used primarily for text. Each "gist" is actually a git repository with a single master and no other branches. It sounds like what he wants is instruction on how to clone it, commit a "revert 2 commits" commit, and then push that back to the original gist git. --- Entertaining minecraft videos http://YouTube.com/keybounce -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
