Skip to content

Fixes #1549 - git fetch for different upstream branch name#2133

Merged
eamodio merged 1 commit intogitkraken:mainfrom
ShafinKhadem:git-fetch-different-upstream
Nov 3, 2022
Merged

Fixes #1549 - git fetch for different upstream branch name#2133
eamodio merged 1 commit intogitkraken:mainfrom
ShafinKhadem:git-fetch-different-upstream

Conversation

@ShafinKhadem
Copy link
Contributor

Description

Fixes #1549. Fetch was not working when local branch name differs from remote branch name. This PR fixes that.

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

@ShafinKhadem ShafinKhadem force-pushed the git-fetch-different-upstream branch from bba6e05 to 98bbd42 Compare August 29, 2022 06:40
@ShafinKhadem ShafinKhadem force-pushed the git-fetch-different-upstream branch from 98bbd42 to acdba1b Compare October 18, 2022 03:32
@ShafinKhadem
Copy link
Contributor Author

@eamodio Please take a look into this small PR. This issue is still unresolved.

@eamodio eamodio force-pushed the git-fetch-different-upstream branch from acdba1b to 6cc3d7b Compare November 3, 2022 04:04
@eamodio eamodio added this to the 13.1 milestone Nov 3, 2022
@eamodio eamodio merged commit 9a2ad33 into gitkraken:main Nov 3, 2022
@eamodio
Copy link
Member

eamodio commented Nov 3, 2022

Thank you so much for your contribution!

Thank you!

@ShafinKhadem ShafinKhadem deleted the git-fetch-different-upstream branch November 3, 2022 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fetch does not work when local branch name differs from remote branch name

2 participants