DEV Community

Discussion on: How do you commit in GitHub ?

Collapse
 
jackharner profile image
Jack Harner πŸš€

I pretty much only work with myself so I've been using git more as a dedicated back up/move code between different machines tool.

git add . 

git commit -m "a lot of shit"

git push