An open API service indexing awesome lists of open source software.

https://github.com/lbrealdev/le-git

About Git and GitHub
https://github.com/lbrealdev/le-git

git github github-actions github-cli github-rest-api github-rest-graphql

Last synced: 5 days ago
JSON representation

About Git and GitHub

Awesome Lists containing this project

README

          

# le-git

This document contains **le-git** `(legit)` that means "Let's Explain Git and Github". This is my own public documentation about git and github where I make random updates to one topic or another about the two tools

## Git

- [Git](https://github.com/lbrealdev/le-git/tree/master/git)

## GitHub

- [GitHub AI](https://github.com/lbrealdev/le-git/tree/master/github-ai)
- [GitHub Actions](https://github.com/lbrealdev/le-git/tree/master/github-actions)
- [GitHub API](https://github.com/lbrealdev/le-git/tree/master/github-api)
- [REST API](https://github.com/lbrealdev/le-git/tree/master/github-api/rest-api)
- [GraphQL API](https://github.com/lbrealdev/le-git/tree/master/github-api/graphql-api)
- [Github Authentication](https://github.com/lbrealdev/le-git/blob/master/github-auth/README.md)
- [SSH Authentication Key](https://github.com/lbrealdev/le-git/blob/master/github-auth/github_ssh_key.md)
- [SSH Signing Key](https://github.com/lbrealdev/le-git/blob/master/github-auth/github_ssh_signing_key.md)
- [GPG Key](https://github.com/lbrealdev/le-git/blob/master/github-auth/github_gpg_key.md)
- [GitHub Apps](https://github.com/lbrealdev/le-git/tree/master/github-docs)
- [GitHub Blogs](https://github.com/lbrealdev/le-git/tree/master/github-blogs)
- [GitHub CLI](https://github.com/lbrealdev/le-git/tree/master/github-cli)
- [GitHub Documentation](https://github.com/lbrealdev/le-git/tree/master/github-docs)

## Tools

- [Table Generator (Markdown)](https://www.tablesgenerator.com/markdown_tables#)
- [Readme.so](https://readme.so/)

## Usage

Run scripts using `just`:
```shell
just
```

List recipe by modules:
```shell
just --list
```