Hey! I made a branch that is pointing to remote "Bravo". I have successfully pushed to the "Bravo" remote. Now I want to push that same branch to a different repo "Charlie". I've tried this:
git branch --set-upstream-to Charlie myBranch
It didn't work. Instead it told me that Charlie is now tracking against the master branch. How do I fix this?
HEAD
, MERGE_HEAD
as well as the merge base essentially refer to the empty tree as far as merge-recursive
is concerned). So I'd look into that, if I were you, and if you find a good way to reproduce this, report it to the Git mailing list at git@vger.kernel.org (because this is not a Windows-specific issue; please do make sure not to write any HTML mail, as they bounce, by design).
Hello everyone
I am Mayank Aggarwal, a 3rd year student pursuing Btech in Information Technology from Manipal University Jaipur.
I am here to grow as a developer with a set of like minded people
Check me out at
Portfolio: https://mayank0255.github.io/
GitHub: https://github.com/Mayank0255
Linkedin: https://www.linkedin.com/in/mayank-aggarwal-14301b168
git-extra
? What exactly am I losing by not installing it? It seems to convert my msys2 installation into a git-for-windows sdk, and this process goes not very smoothly (e. g. it makes msys2 spit out a bunch of errors whenever I launch a shell).
sdk build installer
runs)
make-file-list.sh
to generate the list of files to include: https://github.com/git-for-windows/build-extra/blob/bbab27c58d3da1887084311597ecc68d6cb041b0/installer/release.sh#L162
pacman
to enumerate package contents, and then filters out known-unnecessary files: https://github.com/git-for-windows/build-extra/blob/HEAD/make-file-list.sh
release.sh
to pass those extra package names to make-file-list.sh
, you should be set.