kaustubhhiware / c0derunR

An attempt at a cleaner UI for online IDE's: http://c0derunr.herokuapp.com
MIT License
21 stars 8 forks source link

Final code documentation #31

Closed 142ayushkumar closed 6 years ago

142ayushkumar commented 6 years ago

All changes in one commit

kaustubhhiware commented 6 years ago

You still need to squash these commits.

Use this: git rebase -i HEAD~3 (3 commits in this case)

Keep only first pick, modify rest "picks" to "s" or "squash".

Then push with git push --force.

That's it.