Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
apply gitignore to current commit
imperialgendarme
Programming language:
Shell/Bash
2021-06-25 07:34:19
-2
Q:
apply gitignore to current commit
guntbert
Code:
Shell/Bash
2021-03-03 21:27:03
#First commit all changes git rm -r --cached . git add . git commit -m ".gitignore updated"
0
Tags
git
Related
git change author of last 2 commits
how to revert back to previous commit in git
git tag a previous commit
how to revert back to previous commit in git permanently
how to go to a previous commit state
how to revert to earlier commit git
get current commit message git
git get current commit hash
apply gitignore after commit
make diff git as commit
git add file to last commit
how to commit changes in git command
git rebase one commit
git roll back to specific commit
git checkout previous commit
New to Communities?
Join the community