Skip to content

Instantly share code, notes, and snippets.

View xploSEoF's full-sized avatar

Liam Le Brun xploSEoF

  • Event Engineering
  • Loughborough
View GitHub Profile

moving branches

  • git branch -f <branch> [<destination>]
  • git hoist <branch> [<destination>]
  • git ff [<destination>]
  • git catchup [<branch>] [<remote>]

updating submodules

  • git subup [<submodule-path>]

diff all the things