“Usuń folder .Idea z git” Kod odpowiedzi

Usuń folder .Idea z git

Blacklist the .idea folder by adding the “.idea” folder to the .gitignore file in master, 
then commit this change.
In your branch, check this file out from master. 
git checkout master -- .gitignore
Remove the .idea folder from the git tree
git rm --cached -r .idea

and commit this change to your branch.
Majhi Bhai

Usuń .Idea z git

for reference : https://www.david-merrick.com/2017/08/04/how-to-remove-the-idea-folder-from-git/
Lokesh003Coding

Odpowiedzi podobne do “Usuń folder .Idea z git”

Pytania podobne do “Usuń folder .Idea z git”

Więcej pokrewnych odpowiedzi na “Usuń folder .Idea z git” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu