package:dev:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| package:dev:start [2022/11/28 17:08] – robert | package:dev:start [2022/11/28 17:19] (current) – robert | ||
|---|---|---|---|
| Line 53: | Line 53: | ||
| git fetch github | git fetch github | ||
| + | |||
| + | == Giving other People Access to your Private Repo == | ||
| + | In Gitlab, on the main page of your private repository, go to " | ||
| == Creating a new Branch == | == Creating a new Branch == | ||
| Line 62: | Line 65: | ||
| == Updating from the Upstream Repo == | == Updating from the Upstream Repo == | ||
| - | If you want to get the newest changes from the upstream repo into your current branch you can: | + | If you want to get the newest changes from the upstream repo into your current branch, you can: |
| - fetch the private repository: git fetch origin | - fetch the private repository: git fetch origin | ||
| - merge the changes into your current branch with: git merge origin/main | - merge the changes into your current branch with: git merge origin/main | ||
| Line 68: | Line 71: | ||
| == Pushing to the GitHub Fork == | == Pushing to the GitHub Fork == | ||
| - | To be able to create a pull request your work first has to be publically available in your GitHub fork repo. Assuming that you have a branch named " | + | To be able to create a pull request, your work first has to be publically available in your GitHub fork repo. Assuming that you have a branch named " |
| git push github new_work | git push github new_work | ||
package/dev/start.1669655286.txt.gz · Last modified: by robert
