Skip to content

Instantly share code, notes, and snippets.

@mipmip
Created May 15, 2013 18:44
Show Gist options
  • Select an option

  • Save mipmip/5586261 to your computer and use it in GitHub Desktop.

Select an option

Save mipmip/5586261 to your computer and use it in GitHub Desktop.
acties om een extensie toe te voegen aan gitlab:
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