Dmytro Serdiuk
Dmytro Serdiuk
We have to switch to as this fork of original `bats` is under maintenance now.
### A problem/task I want to solve I need to declare a specific Git behavior for the concrete files types like to treat `.png` files like binaries and checkout scripts...
### Sample ```bash #!/bin/bash COMMIT_MSG_FILE=".git/COMMIT_EDITMSG" COMMIT_MSG_OUTPUT="grep -v '^#' ${COMMIT_MSG_FILE}" SUBJECT_LINE="${COMMIT_MSG_OUTPUT} | awk 'NR==1'" NEXT_SUBJECT_LINE="${COMMIT_MSG_OUTPUT} | awk 'NR==2'" START_BODY_LINE="${COMMIT_MSG_OUTPUT} | awk 'NR==3'" LAST_LINE="${COMMIT_MSG_OUTPUT} | awk 'END {print}'" LAST_SECOND_LINE="${COMMIT_MSG_OUTPUT} | tail -2...
This task requires research in the area of creating unit tests for a BASH completion function and a reference implementation of the sample unit test.
This command registers a new contributor (a fork) as an additional remote repository. Sample command: ```bash git remote add alexbeatnik [email protected]:alexbeatnik/dp-151.git ``` Desired signature: ```bash usege: git elegant add-contributor ```...
A contributor creates a pull request and assigns me as a reviewer - Wring doesn't manage this notification. Is it possible to manage this type of notification with Wring? DoD:...