christiandreschler9Nov 272 min readUsing SSH keys to communicate with Gitlab.In the previous post (here) we created a SSH key pair. Now we're gonna use the generated key pair to communicate with the Gitlab server....
christiandreschler9Nov 232 min readWhat's a Git bare repository?A Git bare repository is a type of Git repository that does not have a working directory (i.e., no files checked out) and is intended for...