Simple CMD command line interface (CLI) application for training purposes
- Install GitBash
- Install IntelliJ IDEA Community Edition (recommended)
- Fork the repository ONCE per team
- Add your other team members to the forked repository as collaborators
- On the repository page:
Settings
>Collaborators
>Add people
>Add github name of each member
- Clone repository to local disk using
git clone
- On the repository page:
Code
>HTTPS
- Set username and email on your local git repository
git config user.name "Your Name"
git config user.email your.name@mail.com
- Import project into
IntelliJ IDEA
/Eclipse
/devonFw IDE
/Your IDE of choice
... - Start coding 👍💻
Additional info:
- If you run into problems as a collaborator to push to the forked repository, e.g. password is rejected, try to create a personal access token and use instead of your password
- Click on your GitHub profile picture
Settings
>Developer Settings
>Personal access tokens
>Generate new token