Skip to content

Instantly share code, notes, and snippets.

@dewey
Created November 28, 2013 03:49
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 dewey/7687013 to your computer and use it in GitHub Desktop.
Save dewey/7687013 to your computer and use it in GitHub Desktop.
cd ~/Documents/Developement/Eclipse/Trash
cp -R code ~
git branch -D abgabe
git checkout --orphan abgabe
git rm -rf .
rm -rf documentation .DS_Store code
git rm -r --cached documentation speisekarten .settings README.md
mv ~/code .
git add code/
git commit -m "Commit: $(date)"
git remote add abgabe ssh://git@my.box/git/trash.git
git push abgabe abgabe:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment