Skip to content

Instantly share code, notes, and snippets.

@JamesDBartlett3
Created February 2, 2020 15:25
Show Gist options
  • Save JamesDBartlett3/7a2d1ed9be233c31e358a0395b8cd0bf to your computer and use it in GitHub Desktop.
Save JamesDBartlett3/7a2d1ed9be233c31e358a0395b8cd0bf to your computer and use it in GitHub Desktop.
Add Repo To GitHub Arctic Code Vault
#!/bin/bash
git pull
echo "Backup this repo to GitHub Arctic Code Vault" > ice_ice_baby.md
git add .
git commit -m "arctic code vault commit"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment