Why won’t git ignore my txt file when I added another txt file after making the .gitignore file? Note that I never staged any of them [closed]
Closed 2 days ago.
Location of git bash logs
I have an error with repository cloning – it freezes at the stage “Resolving deltas 100%”.
I suspect network problems and for diagnostics I want to look at the GIT BASH logs (on Windows 10) – not the repository logs via “git log”, but the logs of the git application itself.
(I want to see in detail what goes to the server from my PC and what comes back).
Why does git create a tatus file which contains some sort of file diff?
Several times a day, I run git status
and I get output that looks like this.
Why does git create a tatus file which contains some sort of file diff?
Several times a day, I run git status
and I get output that looks like this.
Why do certain git installations forget commands entered while the previous command is evaluating?
On certain git installations, this happens:
git is not downloading on my pc, if I hit the download button it just loads for sometime and say this site cant be reached
I’m using windows 10 home, anytime I try installing git it doesn’t work, I tried different browsers but still doesn’t work, the moment I hit the download button it wont download anything, it just loads for some seconds and then say this site cant be reached.
I used different windows 10 laptops but still the same result
Unknown file called “end” after pushing file with git bash
I was backing up my code using bit bash
/
git add .
git commit -m “message”
git push -u origin main
/