Sign in
chromium
/
external
/
github.com
/
project-oak
/
oak
/
refs/heads/upstream/native-sdk
/
.
/
scripts
/
git_init
blob: aafd9ea1556e263210fde3d26226c154035fe8b2 [
file
] [
edit
]
#!/usr/bin/env bash
readonly
SCRIPTS_DIR
=
"$(dirname "
$0
")"
# shellcheck source=scripts/common
source
"$SCRIPTS_DIR/common"
# Init git repository
[[
-
d
.
git
]]
||
git init
&&
git add
.