The Pragmatic Programmer

Appian, Pega, Java, DevSecOps, Quality Engineering

Useful Git Commands

git rebase -i HEAD~2
//make the changes and save the change 
// DO NOT REMOVE THE FIRST COMMIT 
// change pick to s for squash 
git push -f