Skip to content

Instantly share code, notes, and snippets.

@klakegg
Last active December 21, 2015 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klakegg/6298109 to your computer and use it in GitHub Desktop.
Save klakegg/6298109 to your computer and use it in GitHub Desktop.
# Opprette mappe for nytt repo
mkdir -p ~/Dropbox/git/prosjekt.git
# Initiere et "bare" repo
git init --bare ~/Dropbox/git/prosjekt.git
# Kloning
git clone file://~/Dropbox/git/prosjekt.git prosjekt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment