mirror of
https://github.com/awfixers-stuff/src.git
synced 2026-03-26 20:46:00 +00:00
create src
This commit is contained in:
9
src-status/tests/fixtures/status_intent_to_add.sh
Executable file
9
src-status/tests/fixtures/status_intent_to_add.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu -o pipefail
|
||||
|
||||
git init -q
|
||||
|
||||
touch content
|
||||
echo -n "content" > content
|
||||
|
||||
git add --intent-to-add -A
|
||||
Reference in New Issue
Block a user