RM git submodule

⛶// 1. tmp submodule dir mv submodule submodule_tmp // 2. deinit submodule git submodule deinit -f -- submodule // 3. rm submodule rm -rf .git/modules/submodule // 4. rm git folder git rm -rf...
0 Read More

GIT?

what is git?⛶1. Git is a powerful version control system. 2. To track changes in code, collaborate on projects, and manage different versions of software. 3. It allows for branching, merging...
0 Read More

GIT TO GIT LAB DAY 3

GIT TO GIT LAB DAY 3
To create a new Git project in the terminalTo create a new Git project in the terminal, follow these steps: 1. Open TerminalEnsure you have Git installed by running:git --versionIf Git is not installe...
0 Read More

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