nina/kickstart.vim
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 kickstart.vim
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:nina/kickstart.vim.gitgit branch -M maingit push -u origin main
…or create a new repository on the command line
echo "# kickstart.vim" >> README.mdgit initgit add README.mdgit commit -m "first commit"git branch -M maingit remote add origin git@pushin.eu:nina/kickstart.vim.gitgit push -u origin main