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

Keybase proof

I hereby claim:

  • I am xploSEoF on github.
  • I am seof (https://keybase.io/seof) on keybase.
  • I have a public key whose fingerprint is CFF8 F929 EBB4 827D FE6E 614F CA0E D060 4671 F70F

To claim this, I am signing this object:

@xploSEoF
xploSEoF / naomi-reset.sh
Last active March 30, 2018 18:17
Reset script for Naomi
# Git
sudo add-apt-repository ppa:git-core/ppa
# PHP7.1
sudo LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php
# NodeJS
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
# Redis 4.*