Skip to content
Snippets Groups Projects
Verified Commit bdfcce4d authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Revise push-example in remotes section


The new example uses a fictive feature-branch to don't introduce the
"bad" (i.e. we don't want to encourage it)  habit of pushing to main.

Co-authored-by: default avatarTobias Koelling <tobias.koelling@mpimet.mpg.de>
parent 564d3215
No related branches found
No related tags found
No related merge requests found
......@@ -320,7 +320,7 @@ Example from [kernel.org](https://git.kernel.org/pub/scm/linux/kernel/git/torval
```
* Push your local references to the remote repo
```bash
git push origin main
git push origin feature-branch
```
* Pull remote changes to your local repo
```bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment