Skip to content

akkartik/mu

akkartik /

This repository is empty

Get started by pushing an existing repository, or clone it and add files.

Import an existing repository with our pun CLI

pun import OWNER/REPO mu

OWNER/REPO is a git repository on another hosting provider (e.g. GitHub) — or any git URL.

Clone with SSH

Clone with HTTPS

…or push an existing repository from the command line

git remote add origin git@pushin.eu:akkartik/mu.gitgit branch -M maingit push -u origin main

…or create a new repository on the command line

echo "# mu" >> README.mdgit initgit add README.mdgit commit -m "first commit"git branch -M maingit remote add origin git@pushin.eu:akkartik/mu.gitgit push -u origin main