Skip to content

Instantly share code, notes, and snippets.

@maitysubhasis
Last active October 11, 2023 01:11
Show Gist options
  • Save maitysubhasis/870f0cc2c1670498bed2b510292b0964 to your computer and use it in GitHub Desktop.
Save maitysubhasis/870f0cc2c1670498bed2b510292b0964 to your computer and use it in GitHub Desktop.
git sync with master
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