Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "ramsey/composer-install@v2"
- name: "Run PHP CS Fixer"
run: |
./vendor/bin/php-cs-fixer --allow-risky=yes --dry-run fix
./vendor/bin/php-cs-fixer --allow-risky=yes --dry-run fix --diff
static-analysis:
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

_[Drupal.org](https://www.drupal.org/) + Git CLI application._

[doGit](https://dogit.dev) assists in making the transition to merge requests, and general Git operations, easier for [Drupal](https://www.drupal.org/) developers.
[doGit](https://dogit.dev) assists in making the transition to merge requests, and general Git operations, easier for [Drupal](https://www.drupal.org/) developers.

[![Animated Demo Image](demo/demo.gif)][asciicinema-demo]

doGit is typically required globally with [Composer](https://getcomposer.org/).

```shell
composer global require dpi/dogit
composer global require dpi/dogit
```

Various commands are included:
Expand All @@ -27,7 +27,7 @@ Various commands are included:
- [**Show** an issue timeline][wiki-IssueTimelineCommand], as `dogit issue:timeline ISSUE-ID`.

Start with the [wiki](https://github.com/dpi/dogit/wiki), or run `dogit list` or `dogit COMMAND --help`

_Drupal is a registered trademark of Dries Buytaert._

[ci]: https://github.com/dpi/dogit/actions
Expand Down
Loading