Skip to content

Commit

Permalink
docs(git): 📝 Add about push options
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguest75 committed May 24, 2024
1 parent 025ce56 commit 5da8db2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 36_git/sections/GITLAB.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GITLAB

Show some `gitlab` features.

## Push Options

Push options allow you to send commands to the server. These allow you to create PRs or Skip CI.

```sh
git push -o merge_request.create -o merge_request.title "My MR" -o merge_request.description "My MR description"
```

## Resources

* Push options [here](https://docs.gitlab.com/ee/user/project/push_options.html)

0 comments on commit 5da8db2

Please sign in to comment.