-
Notifications
You must be signed in to change notification settings - Fork 5
Github Setup
PMoldtmann edited this page Jan 11, 2023
·
7 revisions
- Install git via ´$ sudo apt-get install git-all´
- Create a folder for GitHub, e.g.
$ mkdir git_workspace
> cdcd git_workspace
- Initialize git via
$ git init
- Configure your GitHub username and user-mail
$ git config user.name "YourUserNameOnGit"
>$ git config user.email "[email protected]"
- Check your data via
$ git config --list
- You may edit your data via
$ cd .git
>$ nano config
- You may edit your data via
- Now clone MaMiCo via
$ git clone https://github.com/HSU-HPC/MaMiCo.git
You must now build MaMiCo