#git
Read more stories on Hashnode
Articles with this tag
Update the .gitignore file and save it Then in terminal, type git rm -r --cached . This will remove all the cached files Then type git add . and...
Create the patch Commit what you want to patch (there's probably a way to do this without committing the patch.. ) git show Copy the patch, which...