Category

Gitlab

Category

benefits of ssh if we have set up one time we don’t need to put username and password again and again. Open a terminal on Linux or macOS, or Git Bash / WSL on Windows. Step 1: Generate a new SSH key pair: ssh-keygen Step 2: now copy code from User/username/.ssh folder and open file id_rsa.pub copy code form this file and post in the gitlab account https://gitlab.com/profile/keys now upload code in the profile section…

fork is a clone. It emerged because you cannot push to others’ copies without their permission. They make a copy of it for you (fork), where you will have write permission as well. Step 1: Login your account and go to your project Step 2: Select your project and click on fork if you get the message No available namespaces to fork the project. then click on groups->yourgroup from the menu and create a new…

Step 1: Download git from https://git-scm.com/downloads Step 2: check git version in your machine git –version Step 3: Set global user git config –global user.name “” check user git config –global user.name git config –global user.email “” check email set in global git config –global user.email Now check list of global git config –global –list Step 4: Create a project in your system Step 5: Open terminal in mac or open cmd or git bash…