1
0
mirror of synced 2026-02-01 21:01:46 -05:00
Files
docs/content/desktop/contributing-and-collaborating-using-github-desktop/index.md
Ethan Palm b1ff6c16ae [March 30] Desktop 2.7: Cherry-picking commits (#18378)
* Create "Cherry-picking a commit"

* Fix filename

* Add link to git-cherry-pick documentation in glossary

* Initial outline

* Cherry-picking article

* Incorporate reviewer feedback
2021-03-30 16:34:13 -04:00

34 lines
1.6 KiB
Markdown

---
title: Contributing and collaborating using GitHub Desktop
shortTitle: Contributing and collaborating
intro: 'Use GitHub Desktop to manage your projects, create meaningful commits, and track the project''s history in an app instead of on the command line.'
redirect_from:
- /desktop/contributing-to-projects
versions:
free-pro-team: '*'
---
### Table of Contents
{% topic_link_in_list /adding-and-cloning-repositories %}
{% link_in_list /adding-a-repository-from-your-local-computer-to-github-desktop %}
{% link_in_list /adding-an-existing-project-to-github-using-github-desktop %}
{% link_in_list /cloning-and-forking-repositories-from-github-desktop %}
{% link_in_list /cloning-a-repository-from-github-to-github-desktop %}
{% topic_link_in_list /making-changes-in-a-branch %}
{% link_in_list /managing-branches %}
{% link_in_list /committing-and-reviewing-changes-to-your-project %}
{% link_in_list /stashing-changes %}
{% link_in_list /pushing-changes-to-github %}
{% link_in_list /reverting-a-commit %}
{% link_in_list /cherry-picking-a-commit %}
{% link_in_list /managing-tags %}
{% link_in_list /viewing-the-branch-history %}
{% topic_link_in_list /working-with-your-remote-repository-on-github-or-github-enterprise %}
{% link_in_list /creating-an-issue-or-pull-request %}
{% link_in_list /viewing-a-pull-request-in-github-desktop %}
{% link_in_list /changing-a-remotes-url-from-github-desktop %}
{% topic_link_in_list /keeping-your-local-repository-in-sync-with-github %}
{% link_in_list /syncing-your-branch %}