Skip to content

Instantly share code, notes, and snippets.

@caio-vinicius
Created December 29, 2020 19:58
Show Gist options
  • Save caio-vinicius/ee97130f28a47bfe1cae921eb8b7ed4b to your computer and use it in GitHub Desktop.
Save caio-vinicius/ee97130f28a47bfe1cae921eb8b7ed4b to your computer and use it in GitHub Desktop.
git checkout --orphan media
git rm -rf .
cp image .
git add .
git commit -m "something"
git push origin media
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment