Day 3: How to push code GitLab?

Day 3: How to push code GitLab?
step 1: Open your Terminal Type the comand. Commands:- 1.Check Git version version git --version 2.install Git in your local repo-> sudo apt install git1.Go to GitLab and log in. 2...
0 Read More

Day 5: Git Stash, Rebase and Cherr-pick

Day 5: Git Stash, Rebase and Cherr-pick
Recap of Day 4Git Merge – Combining changes from one branch to another.Git Switch – Switching between branches easily.Git Branch – Creating and managing branches in a repository. Today's...
0 Read More

Taming local git branches

Taming local git branches
On rare occasions, I write a blog post that's not about MiniScript. Today is one of those! It addresses a problem that I've often faced at work: keeping track of all my local git branches. T...
0 Read More