GitHub Sections
- GitHub-Codespaces — Spin up cloud dev environments in minutes; onboard fast, eliminate “works on my machine,” and code from anywhere.
- GitHub-Copilot — Orchestrate changes from your phone with Agent Mode; parallelize issues, review PRs, and ship faster with AI assistance.
- GitHub-Desktop-App — Git with a GUI: commits, branches, diffs, and PRs without the command line.
- GitHub-AutoFormatting — Stop Copilot merge conflicts with auto‑format + validate/test pipelines for TypeScript and Flutter.Hub Website](https://github.com/)
GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside 50 million developers.
Sections
- GitHub-Codespaces — Spin up cloud dev environments in minutes; onboard fast, eliminate “works on my machine,” and code from anywhere.
- GitHub-Copilot — Orchestrate changes from your phone with Agent Mode; parallelize issues, review PRs, and ship faster with AI assistance.
- GitHub-Desktop-App — Git with a GUI: commits, branches, diffs, and PRs without the command line.
- GitHub-AutoFormatting — Stop Copilot merge conflicts with auto‑format + validate/test pipelines for TypeScript and Flutter.
GitHub Desktop App
Use the desktop app to handle everyday Git tasks with a clean UI—great for beginners and for quick commit/branch workflows.
GitHub Copilot
- GitHub-Copilot: Comprehensive guide to AI-powered coding with GitHub Copilot, including Agent Mode, prompt engineering, and the evolution of software engineering roles.
- GitHub-AutoFormatting: Reduce formatting-only merge conflicts when running many Copilot-assigned issues with auto-format + validate/test pipelines (TypeScript, Flutter).
Quick Getting Started
GitHub Training (With GitHub Desktop)
2019.05.25 GitHub Training by Luis and Stephen
Git Commands Explained:
From: vcs-git-github-bitbucket-nedir-github-kullanimi
GitHub Project Organization
How to Organize GitHub Projects
Making Branches
atlassian - feature-branch-workflow
More Resources
GitHub Guides Getting Started with GitHub introduction-to-github Github Flow Introduction
GitHub Cloning Behavior
Referencing Issues in Commits
Github you can make commits reference issues by adding: #
https://github.com/JonasWanke/timetable/issues/17
Change Git Remote URL
$ git remote set-url <remote_name> <remote_url>
Example to change the URL of Git origin remote:
$ git remote set-url origin https://git-repo/new-repository.git
Check Git remote URL:
$ git remote -v
Reference: devconnected - How To Change Git Remote Origin
Journal
- 2019.05.25 Added
GitHub Training
section. This was a Google Slides powerpoints - 2020.07.03 Updated syntax
- 2020.07.29 Added
Quick Getting Started
andMore Resources
section - 2021-02-23 Added
Making Branches
section - 2021-04-01 Created
Referencing Issues in Commits
section - 2021-04-22 Added
GitHub Cloning Behavior
section - 2021-09-24 Added
Change Git Remote URL
section - 2024-09-01 Added comprehensive GitHub Copilot documentation and guide