1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

14 lines
127 B
Bash
Raw Normal View History

#!/bin/sh
set -e
cd $1
git init
2022-07-05 18:35:15 +10:00
git config user.email "CI@example.com"
git config user.name "CI"
echo test1 > .gitignore