Sign in
◑
Theme
chromium
/
external
/
github.com
/
project-oak
/
oak
/
refs/heads/upstream/main
/
.
/
scripts
/
git_init
blob: b42ecb484bb483bd45bdd338c0c6875b547ac972 [
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
.