Skip to content

Instantly share code, notes, and snippets.

@iSanjayAchar
Last active November 26, 2021 07:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iSanjayAchar/cb600333d8c1258d63886824655cc910 to your computer and use it in GitHub Desktop.
Save iSanjayAchar/cb600333d8c1258d63886824655cc910 to your computer and use it in GitHub Desktop.
Script
history
echo "I'm inside"
echo "Creating a dummy file"
touch dummy-file
echo "Adding to git"
git add .
git commit -m 'This is a test'
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment