unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: quiliro@riseup.net
To: help-guix <help-guix@gnu.org>
Subject: Re: Setting up a Git server
Date: Fri, 13 Sep 2019 01:08:33 -0500	[thread overview]
Message-ID: <4f7551249f71d730539d48303d7a7efb.squirrel@sm.riseup.net> (raw)
In-Reply-To: <8c7190029d1115019ad6e11d482a4ba2.squirrel@sm.riseup.net>

Solved. The solution was devised by the great help of nckx. Below is the
turnkey version in detail:

## On the server
mkdir repo && cd repo && git init --shared=group --bare

## On the workstation
git clone ssh://user@server_IP_or_name:2222/directory/of/the/repo && cd
repo && echo "New file created on the workstation." > New && git add . &&
git commit -m "Addition of file on remote workstation." && git push

      reply	other threads:[~2019-09-13  6:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-13  1:44 Setting up a Git server quiliro
2019-09-13  6:08 ` quiliro [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4f7551249f71d730539d48303d7a7efb.squirrel@sm.riseup.net \
    --to=quiliro@riseup.net \
    --cc=help-guix@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).