Skip to content

sheharyarn/capistrano_rake

Read-only mirror — pushes are disabled.

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 capistrano_rake

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:sheharyarn/capistrano_rake.gitgit branch -M maingit push -u origin main

…or create a new repository on the command line

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