9to6linux.com
Covering latest Linux News, Tutorials, Reviews and more

How to set up a Git repository in minutes on Linux

If you need a quick code repository, you have everything you need with git and SSH. Jack Wallen shows you how it's done. - Community submission by Editor (9to6linux) on

How to set up a Git repository in minutes on Linux

How to set up a Git repository in minutes on Linux

If you need a quick code repository, you have everything you need with git and SSH. Jack Wallen shows you how it's done.

Sometimes you just need to deploy a quick Git repository so you can collaborate on a project, back up your code or house your files on a remote machine. When you feel like doing that, you don't want to have to spend an hour or so deploying a server and setting it up … especially when you already have everything you need at your fingertips.

I'm going to show you how you can quickly deploy a Git repository using just git and ssh. You should be able to spin this up in less than five minutes (two, if you type fast).