Learn how to list unpushed Git commits using simple commands like git log origin/master..HEAD. Understand why git status shows 'X commits ahead' and master tracking local vs remote branches.
Learn how to ignore files in Git locally without affecting global configuration. Clean up git status and manage untracked files with .git/info/exclude and skip-worktree methods.