This makes git-llvm more of a thin wrapper around git while temporarily maintaining backwards compatibility with past git-llvm behavior.
Using @{upstream} makes git-llvm more robust when used with a nontrivial local repository.
Differential D67389
[git-llvm] Do not reinvent `@{upstream}` (take 2) davezarzycki on Sep 10 2019, 1:44 AM. Authored by
Details
This makes git-llvm more of a thin wrapper around git while temporarily maintaining backwards compatibility with past git-llvm behavior. Using @{upstream} makes git-llvm more robust when used with a nontrivial local repository.
Diff Detail
Event TimelineComment Actions Hi @mehdi_amini, In the comments of D67262, @thakis said: "if there's a warning however, it'd be nice if it included git checkout -b myNewBranch origin/master as suggested command to run, since I found that difficult to find. (Thanks for mentioning it!)" |