diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-07-01 14:22:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-07-01 14:22:41 -0300 |
commit | dcc14b16dfa163b983e2b3b55fc163623ff7398b (patch) | |
tree | 6864c844391dc2e6cad7cb75c73d1205ba467fcc /research/git.mdwn | |
parent | f773dc77839944dd74344fe2fffe80f69b8b3e09 (diff) | |
download | blog-dcc14b16dfa163b983e2b3b55fc163623ff7398b.tar.gz blog-dcc14b16dfa163b983e2b3b55fc163623ff7398b.tar.bz2 |
Some new research
Diffstat (limited to 'research/git.mdwn')
-rw-r--r-- | research/git.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/research/git.mdwn b/research/git.mdwn index d9a62ec..cb0140a 100644 --- a/research/git.mdwn +++ b/research/git.mdwn @@ -96,6 +96,8 @@ groups for each project so you're not bound to the `git` group. - [How to make bare git repository group-writable after pushing?](http://stackoverflow.com/questions/15881104/how-to-make-bare-git-repository-group-writable-after-pushing). - [Create Git bare / shared remote repository](http://pietervogelaar.nl/create-git-bare-shared-remote-repository/). - [How to clone and share a Git repository over SSH](http://linuxaria.com/pills/how-to-clone-and-share-a-git-repository-over-ssh?lang=en) +- [Git - Getting Git on a Server](https://git-scm.com/book/en/v2/Git-on-the-Server-Getting-Git-on-a-Server). +- [Git - Setting Up the Server](https://git-scm.com/book/en/v2/Git-on-the-Server-Setting-Up-the-Server). Further development ------------------- |