Raspberry Pi Git Server: Build your own Private Git Repository

preview_player
Показать описание
In this video, I go through the steps of setting up a Raspberry Pi git server. This is a pretty easy project and is super handy for anyone who is looking at getting into coding and would like to use code versioning software.

Git is a hugely popular version control software that is used by a lot of companies and individuals for tracking of their code. A version control software such as git allows people to be able to track changes, create branches, merge changes and much more.

You will find that there are plenty of Git or SVN solutions out there such as github, bitbucket and much more. However, these tend to end up costing so you might be interested in your own private git server.

The installation of the required packages for the git server is pretty straight forward. This step probably will only take you a couple of minutes and is actually likely to already be installed on your device.

Setting up your first repository is a little more in-depth and will require a little bit of knowledge of git and its commands. I highly recommend taking a look at a lot of the great tutorials that are currently on the internet. In the video I will show you the basics to getting a repository up and going on your Raspberry Pi Git Server.

Accessing your git repositories outside your local network will require a little bit of extra work. To do this you will need to port forward the SSH port on your router. If you find my port forwarding tutorial this takes you through steps you will need to take to get this done.

Рекомендации по теме
Комментарии
Автор

This video helped me lot, thanks for making this bro!

adityashenoy
Автор

Thanks for the video. Keep it up! Explained alot on how to setup a git server.

crisdiazsanchez
Автор

Thanks dude. This definitely helped me.

alphonsosantos
Автор

This video helped me lot, thanks for making this bro

adityashenoy
Автор

Why are there so many comments that say the same thing???

JackG
Автор

At about 3:50 and 4:40, when the narration says "semicolon" (;), what you type is actually a colon (:).

ChristianConrad
Автор

How to force push to pi remote server after rebasing local history...I have tried doing it but keep on getting error that you should pull before you push

nakulnair
Автор

this video helped me lot thank's for making this . and try to do in frensh

ibrahimaborybah
Автор

My Pi is already accesible from outside of my local network and git rep is init, but how to push from outise ? I replace the IP by my domain name but where i put the password ?

Sovex
Автор

Really cool, but my question is why I cannot see the files at the Raspberry Pi repository folder? It remains empty.

randalljosue
Автор

This video helped me lot, thanks for making this bro!

adityashenoy