knowledge/technology/applications/development/GitHub.md

11 lines
497 B
Markdown
Raw Normal View History

2023-12-04 10:02:23 +00:00
---
obj: application
android-id: com.github.android
website: https://github.com
---
2023-12-08 16:04:29 +00:00
2023-12-04 10:02:23 +00:00
# GitHub
2024-01-17 08:00:45 +00:00
GitHub is a web-based platform for version control using [Git](../../dev/Git.md). It provides a collaborative environment for developers to work on projects, manage source code, and track changes. Additionally with GitHub Copilot it offers a AI based language model to help with coding. You have the option to automate with [GitHub Actions](../../dev/GitHub%20Actions.md).
2023-12-04 10:02:23 +00:00
2024-09-04 13:15:40 +00:00
![Screenshot](./github.webp)