GitHub
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 Desktop App
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
- Added