ita-directory icon indicating copy to clipboard operation
ita-directory copied to clipboard

Add to documentation how to skip test/linter errors when pushing a branch to the origin repo

Open adaldin opened this issue 2 years ago • 0 comments

In order to avoid warnings and errors when pushing changes, add the following steps to the docs:

  1. git add.
  2. git commit -m "message" --no-verify
  3. git push

adaldin avatar Sep 28 '22 12:09 adaldin