Skip to content

Instantly share code, notes, and snippets.

@jglozano
Created October 12, 2019 20:18
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 jglozano/6bec6b8fbd720d0ca6b97981ded1fee0 to your computer and use it in GitHub Desktop.
Save jglozano/6bec6b8fbd720d0ca6b97981ded1fee0 to your computer and use it in GitHub Desktop.
Git Refresh - Create Temp Files
for d in {1..6}; do touch "file${d}.md"; git add "file${d}.md"; git commit -m "adding file ${d}"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment