After this command, your last X commit changes will be unstaged so you’ll need to create a new commit to override them. git add . git commit -am "Feature Z is completed" This way is great when you open a pull request and someone tells you to fix ...
↧