rickub/rickub-projectpublic Fork 0
main
Clone
git clone https://git.rickub.com/rickub/rickub-project.git
git clone ssh://git@rickub.com/rickub/rickub-project.git

Main rickub repository to report issues - ask for features - vote for what's next

Nothing pushed yet.

An empty repository is just one that has never let anyone down. Clone it below and make the first commit, or point a project you already have at it with the push commands.

Quick setup — clone this repository:

git clone https://git.rickub.com/rickub/rickub-project.git
git clone ssh://git@rickub.com/rickub/rickub-project.git

…or push an existing repository

terminal sh
git remote add origin https://git.rickub.com/rickub/rickub-project.git
git branch -M main
git push -u origin main
terminal sh
git remote add origin ssh://git@rickub.com/rickub/rickub-project.git
git branch -M main
git push -u origin main