Created
December 16, 2021 15:25
-
-
Save isaacsanders/defa496b60420f0357568e2ec80e4010 to your computer and use it in GitHub Desktop.
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
$ cat ~/bin/git-update-from-origin | |
#!/usr/bin/env zsh | |
git pull origin "${$(git symbolic-ref HEAD)#refs/heads/}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment