# GitHub Ninja

> Petit retour sur la conférence annuelle de GitHub, les nouvelles fonctionnalités et autres outils liés à GitHub.

### GitHub Satellite

Vidéos en ligne [GITHUB SATELLITE](https://githubsatellite.com/)

### Nouvelle version de la CLI

[https://cli.github.com/](https://cli.github.com/)

```bash
gh issue [status, list, view, create]
gh pr [status, list, view, checkout, create]
gh repo [clone, create, fork, view]
gh config [get, set]
```

### Github Actions

[https://github.com/features/actions](https://github.com/features/actions)

### Extensions

- [octoTree](https://www.octotree.io/)
- [Enhanced GitHub](https://chrome.google.com/webstore/detail/enhanced-github/anlikcnbgdeidpacdbdljnabclhahhmd/related?hl=en)

### Sur le site du repo

- `t` pour faire une recherche , nom , extension de fichier
- `y` pour transformer l'URL en permalink
- `b` pour trouver qui blamer, git blame !
