I'm trying to squash 6 commits into a single commit using a branch that I already pushed to GitHub.
I tried to do this via command line, but I keep receiving no-op instead of the commits for that branch.
Is there a way to do this via GitHub desktop that might make more sense?
Please provide step by step if possible;
I'm new to using GitHub for collaborative purposes and my knowledge doesn't span very far past git add, commit, and push.