Last active
December 31, 2015 23:19
-
-
Save fiedl/8058788 to your computer and use it in GitHub Desktop.
Wingolfsplattform Re-Clone.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Siehe auch Trello: https://trello.com/c/irNlzi5l/462-repo-erneut-klonen | |
cd ~/rails | |
mv wingolfsplattform wingolfsplattform.to-delete | |
git clone [email protected]:fiedl/wingolfsplattform.git | |
mv ~/rails/wingolfsplattform.to-delete/config/database.yml ~/rails/wingolfsplattform/config/database.yml | |
cd ~/rails/wingolfsplattform | |
bundle exec rake | |
# Wenn alles läuft: | |
rm -rf ~/rails/wingolfsplattform.to-delete | |
# Neuen Remote-Branch "csv" runterladen: | |
cd ~/rails/wingolfsplattform | |
git checkout --track csv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment