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
- Host: GitHub
- URL: https://github.com/lbrealdev/le-git
- Owner: lbrealdev
- License: apache-2.0
- Created: 2020-09-25T08:25:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-10-29T17:02:27.000Z (3 months ago)
- Last Synced: 2025-10-29T19:06:21.509Z (3 months ago)
- Topics: git, github, github-actions, github-cli, github-rest-api, github-rest-graphql
- Language: Shell
- Homepage:
- Size: 590 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```