Skip to content

Instantly share code, notes, and snippets.

View benjaminmullard's full-sized avatar

Ben Mullard benjaminmullard

  • Norwich, United Kingdom
View GitHub Profile
@benjaminmullard
benjaminmullard / git_migration.txt
Last active August 29, 2015 14:13
Migrate Git repository on Ubuntu 13.10
# On Git host machine
sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get install git
sudo useradd git -m -s /usr/bin/git-shell