- What command would you run, along with any arguments, to set your name so it shows up in git commits?
git config --global user.name [your full name]
2. What command would you run, along with any arguments, to show the differences in files that are staged from files that are already committed to the repository?
git diff staged