bo3bdo Blog

Back

GIT CHEAT SHEET

Published 8 months ago 1 min read 374 comments 1 min read Git

> Here is Git Cheat Sheet Deskmat

> It's matching (as close as possible) to SA/GMK Oblivion keycaps, but not related to any SA/GMK Oblivion Group Buy


Code:

$ git commit -m "Git Cheat Sheet Deskmat IC"

$ git push origin master

$ git add revision.jpg description.md

$ git commit -m "\"Final\" Revision"

$ git push origin master

$ git add revision_prototype.jpg

$ git commit --amend --no-edit

$ git push --force-with-lease

$ git add gb.md

$ git commit --amend --no-edit

$ git push --force-with-lease