Horje
git ignore still sending files Code Example
git ignore still sending files
# First save your changes to a branch on the remote repo
# If you don't have changes skip these three
git add .
git commit -m "commit message"
git push origin [branchname]
# Then remove all cached files
git rm -r --cached .
# Add all the files back in 
git add .
# The files you added to the .gitignore should now be greyed out in
# the file explorer window if you're using vscode




Shell

Related
unable to locate package ubuntu Code Example unable to locate package ubuntu Code Example
gzip folder .gz file in linux Code Example gzip folder .gz file in linux Code Example
docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: no such host. in windows Code Example docker: Error response from daemon: Get https://registry-1.docker.io/v2/: dial tcp: lookup registry-1.docker.io on 192.168.65.1:53: no such host. in windows Code Example
github add multiple credentials windows Code Example github add multiple credentials windows Code Example
batch escape character Code Example batch escape character Code Example

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