1
0
mirror of synced 2025-12-21 19:06:49 -05:00

Made the requested changes to all three files

This commit is contained in:
Youthtrouble
2021-05-12 19:56:27 +01:00
parent 448c2b515b
commit 9077df2b6d
3 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ versions:
github-ae: '*'
---
### About subtree merges
Typically, a subtree merge is used to contain a repository within a repository. The "subrepository" is stored in a folder of the main repository.
The best way to explain subtree merges is to show by example. We will:

View File

@@ -10,6 +10,8 @@ versions:
enterprise-server: '*'
github-ae: '*'
---
### Options fpr gettting changes
These commands are very useful when interacting with [a remote repository](/github/getting-started-with-github/about-remote-repositories). `clone` and `fetch` download remote code from a repository's remote URL to your local computer, `merge` is used to merge different people's work together with yours, and `pull` is a combination of `fetch` and `merge`.
### Cloning a repository

View File

@@ -11,6 +11,8 @@ versions:
github-ae: '*'
---
### Using Git rebase
In this example, we will cover all of the `git rebase` commands available, except for `exec`.
We'll start our rebase by entering `git rebase --interactive HEAD~7` on the terminal. Our favorite text editor will display the following lines: