Skip to content
Snippets Groups Projects
Commit 454e3dc9 authored by BIOPZ-Schmidt Ralf's avatar BIOPZ-Schmidt Ralf
Browse files

initialization II

parent e66f76fa
Branches
No related tags found
No related merge requests found
# HOWTO with the infos how the git was created
HOWTO.sh
################################################################################
# this directory contains the source code and the documentation that we provide
# as companion material for the publication
################################################################################
mkdir KAPAC
mkdir PAQR
touch KAPAC/README.md
touch PAQR/README.md
git init
git remote add origin ssh://git@git.scicore.unibas.ch:2222/zavolan_public/PAQR_KAPAC.git
git add .
git commit -m "Initial commit"
git push -u origin master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment