Skip to content

Instantly share code, notes, and snippets.

@operatorofhell
Created December 5, 2017 13:41
Show Gist options
  • Save operatorofhell/6750822705c88fe53b54658603b803b8 to your computer and use it in GitHub Desktop.
Save operatorofhell/6750822705c88fe53b54658603b803b8 to your computer and use it in GitHub Desktop.
initialize git on remote windows share
pushd \\<host>\share
git init --bare myrepo.git
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment