Git push origin updated

This commit is contained in:
hank L 2023-02-20 19:43:27 +00:00
commit 494b3edaa7

View file

@ -165,10 +165,10 @@ The git log command displays the project history and specific changes.
$ git log
----
Push to your fork in GitLab, refresh in GitLab to see the latest changes from upstream in your fork.
Push your changes your branch in your repository in GitLab.
----
$ git push origin
$ git push origin <branch-name>
----
=== Create merge requests