-
initial commit with its feature name
-
git reset --soft: undoing a commit (like to see changes that youve made)
-
git commit -m "message" to add the commit (to add this new change)
-
git commit --amend (changes the last commit)
"Feature homepage" initial commit - "feature homepage" commit your new changes "feature homepage"
git log git status git push --force (anytime you have different commits between local and remote)