📁 Files
README.md
main.py
! ConflictS StagedM ModifiedU Untracked
No files staged. Use
git add to stage changes.📊 Commit Graphcurrent branchmain
git add to stage changes.git rebase -i --autosquash <ref>, fixup commits are automatically placed right after the commit they target and marked as "fixup" (the commit is used but its message is discarded).git log --oneline. The last commit is "Add login feature". You just realised it has a typo — pirnt instead of print. We'll fix that with --amend.