Discussion: I'm trying to set up my own git repo. I installed devel/git from ports. This is the stuff from https://git-scm.com, not github or gitlab. I started out by following the Examples section from here:
That part went OK. Trouble started when I started trying to publish my repo based on instructions from here:
Doing this:
Against this backdrop, my question is: how do I rename the git repo? A Google search proved surprisingly unhelpful - I'd get answers related to github/gitlab web settings, out-of-date Stack Overflow hits (like from 2010), point-and-click in Eclipse and Visual Studio, etc. Even the search function on https://git-scm.com did not turn up useful info... Or am I missing something?
Git - git-init Documentation
git-scm.com
Git - Getting Git on a Server
git-scm.com
Code:
# cd /usr/local/www/git/freebsd_kde
# git clone --bare freebsd_kde freebsd_kde.git
fatal: repository 'freebsd_kde' does not exist
Against this backdrop, my question is: how do I rename the git repo? A Google search proved surprisingly unhelpful - I'd get answers related to github/gitlab web settings, out-of-date Stack Overflow hits (like from 2010), point-and-click in Eclipse and Visual Studio, etc. Even the search function on https://git-scm.com did not turn up useful info... Or am I missing something?