git clone https://github.com/MUJ-ACM-SCHAP/Java.git
- Download Java Repositorygit add .
- Add all changed files to gitgit commit -m "Update Description"
- Attach a commit message to the updates and confirm changesgit push -u origin master
- Push all changes to the online repository (master branch)
If you come back after a few days and meanwhile, the online repository was updated, you need to update your local repository using
git pull