Skip to content

Instantly share code, notes, and snippets.

@kajornsakp
Created April 12, 2021 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kajornsakp/753425ab215dd7289b00303ebe61c8d2 to your computer and use it in GitHub Desktop.
Save kajornsakp/753425ab215dd7289b00303ebe61c8d2 to your computer and use it in GitHub Desktop.
mdev : pull latest develop and merge into current working branch
alias mdev='GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD) && git checkout develop && git pull && git checkout $GIT_BRANCH && git merge develop'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment