Merge branch 'git-push-edit' into 'main'

Git push origin updated

See merge request hanku.lee/documentation-contributors-guide!1
This commit is contained in:
hank L 2023-02-20 19:45:49 +00:00
commit f969a1e315

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