related repo Programming-Records
collaborative programming, each contributing through their own branch, in their own folders
- getting used to the GitHub's work environment.
- using GitHub branch, fork, clone, fetch, pull origin, commit, push, pull request
- slowly moving towards actual projects with practical application
- Fork the main branch for backup + Social Creds
- Create a branch with your name
- Create a folder with your name (only edit your folder)
- before Creating Pull Request make sure to delete garbage files:
- *.exe *.o (for C/CPP)
- NetBeans or IDE created files (for JAVA)
- Create Pull Request to merge your changes into Main branch
- Update Fork
- Be proud of it