đź’ľ
Cheat Sheet
Ctrlk
  • Cheat Sheet
  • Git
    • Initialize a new project
    • Make a new commit
    • Revert the most recent commit
    • Create a new branch
    • Setup terminal prompt to show the current git branch
    • Merge a branch into the current branch
    • Push a new branch up to GitHub (if it doesn’t exist there yet)
    • Pull a new branch from to GitHub to a second computer (if it doesn’t exist there yet)
    • Go back to an older commit and re-work from there
    • Delete a git branch
  • Rails
  • Misc
  • Statamic
  • Forge / Statamic
  • Old (not using anymore)
  • Cursor
  • Mac Environment
Powered by GitBook
On this page

Git

Initialize a new projectMake a new commitRevert the most recent commitCreate a new branchSetup terminal prompt to show the current git branchMerge a branch into the current branchPush a new branch up to GitHub (if it doesn’t exist there yet)Pull a new branch from to GitHub to a second computer (if it doesn’t exist there yet)Go back to an older commit and re-work from thereDelete a git branch
PreviousCheat SheetNextInitialize a new project