Closed 142ayushkumar closed 6 years ago
All changes in one commit
You still need to squash these commits.
Use this: git rebase -i HEAD~3 (3 commits in this case)
git rebase -i HEAD~3
Keep only first pick, modify rest "picks" to "s" or "squash".
Then push with git push --force.
git push --force
That's it.
All changes in one commit