-
-
Save KyMidd/8d6372c2f113d5fe053649d258f112cf to your computer and use it in GitHub Desktop.
This file contains 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
# Set new line as separator for reading data in for loops | |
IFS=$'\n' | |
# Pull repo to get updated metadata | |
git pull origin main | |
git checkout main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment