📁 Files
README.mdM
config.pyS
main.pyM
new_feature.pyU
! ConflictS StagedM ModifiedU Untracked
~config.py- DEBUG = True → + DEBUG = False
📊 Commit Graphcurrent branchmain
git diff --cached. Review this before every commit to make sure you're committing exactly what you intend.git status. Notice config.py is already staged (changes to be committed), main.py and README.md are modified but not staged, and new_feature.py is a new untracked file.