by Sarker | Nov 18, 2022 | Git
Introduction Whether or not you like it, git is case-sensitive. This gives rise to a lot of flexibility over the the names you could give to your branches in a repository, but at the same time, it raises concerns, such that lead many to see the following error...
by Sarker | Nov 12, 2022 | Git
Introduction You’ve worked hard with your code and are now ready to push the files on GitLab, but only to get back an error message stating “you are not allowed to push code to protected branches on this project”. Why is this? Before...
by Sarker | Nov 5, 2022 | Git
Introduction Branches are one of the coolest things in git, and you must agree with me on that. Creating a branch allows you to manage your project workflow in a way you wouldn’t be able to do otherwise. When working on large projects, creating branches allows...