IT Nursery
I staged a lot of files using git add, and now I want to see all the files I have staged, without untracked files or changed, but unstaged files....
  • June 4, 2022
  • 0 Comments
I added the following line to .gitignore: sites/default/settings.php but when I type git status it shows the file as unstaged file. What’s the problem? All other patterns work well....
  • May 19, 2022
  • 0 Comments