GITHUB - RobertHeyer/DemoWIKIandGIT GitHub Wiki
Install Local Git tool to access the Git
- GIT ist ein netzbasierter Dienst zur Versionsverwaltung für Software-Entwicklungsprojekte.
- Ähnliche Dienste sind GitLab, GitHub, Bitbucket
- Get GIT SOftware z.B. hier
- Get lokal GIT Client z.B. TortoiseGit
- GITHUB und GITLAB support WIKI
- Security Issues (future need tokens/SSH) or local Version
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Concept of the GUT
- Commit - committing is the process which records changes in the repository. ...
- Push - pushing sends the recent commit history from your local repository up to GitHub. ...
- Pull - a pull grabs any changes from the GitHub repository and merges them into your local repository.