Skip to content
Snippets Groups Projects

Some minor modification. Typos. Structure.

Merged Alexander Donath requested to merge update into master
2 files
+ 26
33
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -58,18 +58,18 @@ temporary/
EOF
cat << EOF | tee -a doc/README.md README.md
## Version Control
To track changes (after creating and editing files)
\`\`\`
git add --all
git add --all
git commit -m "first commit"
\`\`\`
Detailed instructions on how to setup a remote repository can be found in the README.md from https://gitlab.leibniz-lib.de/smartin/hpc-project-template .
EOF
fi
Loading