I have a bit o' something[1] in my .gitconfig that lets me "git checkout
pr/1234". However more and more frequently I need to not only be working
with multiple unmerged PRs but also work on my own PR. How are others doing
this? If you could share the entire flow (up to including pushing your own
branch to open a PR against master with), that would be great.


[1] .gitconfig
[remote "origin"]
    fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
    fetch = +refs/pull/*/head:refs/remotes/origin/pr/*

-- 
You received this message because you are subscribed to the Google Groups 
"foreman-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to foreman-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to