Skip to content

Instantly share code, notes, and snippets.

@rakuishi
Created July 3, 2016 23:11
Show Gist options
  • Save rakuishi/eeeeb75ab1cc3bc062c02b8ffd8381b0 to your computer and use it in GitHub Desktop.
Save rakuishi/eeeeb75ab1cc3bc062c02b8ffd8381b0 to your computer and use it in GitHub Desktop.
git clone in current directory
$ git init
$ git remote add -t \* -f origin [email protected]:username/repository-name.git
$ git checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment