Last active
October 11, 2023 01:11
-
-
Save maitysubhasis/870f0cc2c1670498bed2b510292b0964 to your computer and use it in GitHub Desktop.
git sync with master
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
function gsy () { | |
git pull --rebase origin $(basename $(git symbolic-ref --short refs/remotes/origin/HEAD)) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment