Skip to content

Instantly share code, notes, and snippets.

@cenkc
Created March 14, 2020 22:29
Show Gist options
  • Save cenkc/adbff75293a3ca8ba279ca07b6cf898b to your computer and use it in GitHub Desktop.
Save cenkc/adbff75293a3ca8ba279ca07b6cf898b to your computer and use it in GitHub Desktop.
using a github branch/repo as a template
$ git clone -b BRANCH_NAME_ON_REPO_XX https://github.com/cenkc/REPO_XX
$ rm -dfr .git
$ git init
$ git add .
$ git commit -m "initial commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment