© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Emanuel Quimper
Golang | Javascript | Elixir
For the deleted file with the red background, I dont think this is possible, but if you want to deleted the file remotely you need to run
git rm pathtoourfilehere git add . git commit -m 'Delete my file' git push`
Kayode Adeola
Full Stack Developer @Andela
Thanks Emanuel Quimper . I also understand that the deleted file has to be staged and included in subsequent commits for it to be removed on remote. Wish there was a way to ignore them from the compare.
Yes me too :(