Git and branches
Create a new branch Show all branches Here you can see the branch you are currently working in. Switch to branch v1.0.0 Switch to master… Read More »Git and branches
Create a new branch Show all branches Here you can see the branch you are currently working in. Switch to branch v1.0.0 Switch to master… Read More »Git and branches
Preparation – Linux computer First of all, a ssh key is required. Generate a key par with this command: The key pair should be located… Read More »Connect to gitlab by ssh (Linux)
Display the current status Add all changes to the commit Commit changes Push to the master repo Checkout from remote repo