If you accidentally added a file or files using git add that you didn’t intend to include in your commit, you can undo the add operation by using the following command: git reset <file> Replace <file> with the name of the file ...Read more
Home/undo