Created
May 15, 2013 18:44
-
-
Save mipmip/5586261 to your computer and use it in GitHub Desktop.
acties om een extensie toe te voegen aan gitlab:
This file contains hidden or 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
| EXT=extensie_dir | |
| cd $EXT | |
| rm -Rf `find -name ".svn"` | |
| git init | |
| git add * | |
| git commit -a -m 'initial import into github' | |
| git remote add origin git@......../$EXT.git | |
| git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment