Skip to content

Instantly share code, notes, and snippets.

@Rod911
Created August 2, 2023 12:46
Show Gist options
  • Save Rod911/adca7c26e41108deaa2d5811fb536e43 to your computer and use it in GitHub Desktop.
Save Rod911/adca7c26e41108deaa2d5811fb536e43 to your computer and use it in GitHub Desktop.
#!/bin/sh
git clone --depth 1 https://github.com/Rod911/ci_init.git .
sleep 1
rm -rf .git
sleep 1
git init
echo "Creating Commit, please wait"
git add --all
git commit -m "Initial Commit"
echo "Done"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment