Shows commits before pushing

git show origin/feature/DOPS-1483 

---

git diff --staged

or

git diff --cached

--staged and --cached are synonyms

Last updated

Was this helpful?