Skip to content

Instantly share code, notes, and snippets.

@nissshh
Created August 26, 2019 08:59
Show Gist options
  • Save nissshh/462ba4f1c0f04ca9f7e5a70c26ccbc19 to your computer and use it in GitHub Desktop.
Save nissshh/462ba4f1c0f04ca9f7e5a70c26ccbc19 to your computer and use it in GitHub Desktop.
GIT Gist
I am including some commands for GIT related tasks that can come handy
1. git pull upstream develop ==== pull from base/fork branch original from where we have forked to.
git pull origin develop ===== pull from same org (or forked) repo.
cherry-pick == pick specific checking in a branch. There is a dry run mode and a commit mode.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment