Created
June 11, 2021 00:50
-
-
Save prandelicious/0648b92364e8cdb71ff429947efc115f to your computer and use it in GitHub Desktop.
Upgrade oh-my-zsh
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
git checkout -b my-custom | |
git add . | |
git commit -m "fix mackup" | |
git checkout master | |
upgrade_oh_my_zsh | |
git merge my-custom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment