Skip to content

Instantly share code, notes, and snippets.

@jakubiakdev
Created September 19, 2022 19:37
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 jakubiakdev/ede39a84f7f7496669f277b8a999b871 to your computer and use it in GitHub Desktop.
Save jakubiakdev/ede39a84f7f7496669f277b8a999b871 to your computer and use it in GitHub Desktop.
Script to sync a pendrive to git repo
#!/bin/bash
cd /run/media/fox/OwO/repo/
git add .
git commit -m 'Auto Sync'
git push -u origin main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment