Skip to content

Zee's Blog

zee.balogh.sk

Menu

  • Projects
  • About

Git

Git: Make branch become the master

Resources https://stackoverflow.com/questions/2763006/make-the-current-git-branch-a-master-branch https://www.atlassian.com/git/tutorials/using-branches/merge-strategy https://stackabuse.com/git-merge-branch-into-master/ https://git-scm.com/docs/git-merge

admin 21.05.202021.05.2020 Uncategorized Read more

GitLab on Ubuntu, LetsEncrypt certificate renewal

gitlab-ctl stop letsencrypt-renew gitlab-ctl start

admin 05.09.201805.09.2018 Uncategorized Read more

Error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none

Problem When accessing a Git server (pushing or pulling new commits), we get an error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none Analysis Apparently, the certificate of your Git server is not trusted. This usually happens if the Git

admin 04.05.201819.11.2021 Uncategorized No Comments Read more

Cloning an Existing Git Repository

To clone a repository in Git just execute the following command: $ git clone [url] Example: $ git clone https://github.com/phalcon/forum Resources:

admin 23.05.201423.05.2014 Programming No Comments Read more

Search

Copyright © 2025 Zee's Blog. All rights reserved. Theme Spacious by ThemeGrill. Powered by: WordPress.
  • Projects
  • About