forked from docs/team-docs
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:
commit
f969a1e315
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue