Created
October 12, 2019 20:18
-
-
Save jglozano/6bec6b8fbd720d0ca6b97981ded1fee0 to your computer and use it in GitHub Desktop.
Git Refresh - Create Temp Files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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