-
Create Basic Self Hosted Remote Git Repo
Create a basic self hosted remote git repository. For when you need something basic and private. Repo interaction with be done via a git client over ssh. Create-Directory Set-Directory-Permissions Init Repository Cloning-Repo Note-on-Credentials Related Links Create Directory This will be where all the projects will live. Set Directory Permissions Obviously set it according to who…
-
Specify an SSH key for git push for a given Domain
Specify an SSH key for git push for a given Domain Add Entry in .ssh/config Add git remote Related Links Add Entry in .ssh/config Add git remote Related ~/.ssh/config Essentials /etc/ssh/sshd_config Essentials How to Enable SSH on Ubuntu Working With SSH Keys SSH Tunneling Essentials IP Tables Essentials YAML Essentials Create a Password Hash Hashing…
-
GIT Essentials
GIT Essentials Install Config Set Name Set E-Mail Initialize Empty Repo Related Links Install Config Global: config settings are stored under ~/.gitconfig System: config setting are stored under /etc/gitconfig Local: config setting are stored under *repo*/.git/config Set Name Locally Globally Set E-Mail Locally Globally Inspect details Initialize Empty Repo Ensure you are inside the directory…