Pushing a single change to a repository

Originally published at: https://contextualelectronics.com/topic/pushing-a-single-change-to-a-repository/

Commands used in this video git clone git status git commit -m “<comment about change>” git push