Created
November 20, 2020 12:21
-
-
Save tivrfoa/8af902ce0c2bc57f4ce553a79d4fcc87 to your computer and use it in GitHub Desktop.
Git Fetch Pull Request
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
~/dev/git/jbang (master) | |
$ git fetch origin pull/527/head:fixjfxname | |
From https://github.com/jbangdev/jbang | |
* [new ref] refs/pull/527/head -> fixjfxname | |
~/dev/git/jbang (master) | |
$ git status | |
On branch master | |
Your branch is up to date with 'origin/master'. | |
nothing to commit, working tree clean | |
~/dev/git/jbang (master) | |
$ git branch | |
fixjfxname | |
* master | |
~/dev/git/jbang (master) | |
$ git checkout fixjfxname | |
Switched to branch 'fixjfxname' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#Github