Top "Git-status" questions

Shows which files in a Git repository have been modified and/or staged and what state they are in since the last commit

git status takes too long

I'm working on a project where the version control system is SVN and I want to use git. I did …

git git-svn git-status
How do I fix 'bus error' when trying to do git-commit or git-status

I have a git repository on an OS X server that used to work fine. I was able to add …

git macos bus-error git-status git-commit
git status for a past commit?

how to do a git status to view changed files in a past commit? NOTE: this question might have already …

git version-control commit git-status
Git Status - How to exclude unwanted folder's content to be shown when I execute 'git status' command

I'm trying to avoid showing unwanted folder's content (ex:- .settings, .metadata etc ) when i execute 'git status' command. I …

git gitignore git-status
Why does "git status" show way too much untracked files?

Answer in the bottom. I am trying to see the status of my files in the git_test2 directory which …

git git-status