---
title: "Crear un repositorio de GitHub desde la terminal: gh"
date: 2024-11-04T15:56:35-03:00
tags: ['gh']
---
```bash
gh auth login
git init
gp repo create --source . --private
gh browser
gh repo list
```
