Horje
delete from git history Code Example
remove git from git history
Remove .git folder inside of untracked submodule.
Run git rm --cached path-to-folder
git add . in parent or root folder and you are good to go
delete from git history
git filter-branch --index-filter \
    'git rm -rf --cached --ignore-unmatch path_to_file' HEAD




Shell

Related
Shell/Bash Code Example Shell/Bash Code Example
install minisom Code Example install minisom Code Example
git worktree prune Code Example git worktree prune Code Example
read motd ubuntu Code Example read motd ubuntu Code Example
catch lines after pattern Code Example catch lines after pattern Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9