Dear community, thanks to abapGit I also came into contact with GitHub and I’m still a big fan of the platform. Among the many possibilities of GitHub, I recently noticed gists.
Gists solves a common problem: How can I share a small section of code quickly and easily? What I mean is, without setting up a complete repository, which requires a certain amount of effort.
It’s really quick and easy with gists. A description, insert the code, select whether the gist should be published publicly or privately, share the link and that’s it.
There’s not much more to say. The documentation on GitHub is clear, quick to read and anyone with a GitHub account can get started right away.
By the way, you can easily view public gists using GitHub Discover. I just searched for the term “ABAP”. Someone published a code snippet for the class CL_SALV_TABLE class and the use of colors. Some topics are probably timeless.
Have fun trying it out
Michael