I have following question about git.
I novice with git. I want to get last state of branch1 locally.
now I switched on branch2 and branch1 exists locally.
Now I make
Please clarify me whether does first fetch redundant or not?
It is redundant. Quoting the docs:
More precisely,
git pullrunsgit fetchwith the given parameters and callsgit mergeto merge the retrieved branch heads into the current branch.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With