Git update
已回答
Can you describe to help understand the meaning of these menu items.
Yes, I understand that this is more for working with git
But I would like to understand what they mean (or their similar gti commands)

请先登录再写评论。
These actions are similar to git commands that can be found in official git documentation.
For example here is a link to "checkout" action:
https://git-scm.com/docs/git-checkout
The rest can be found on git-scm website
Ruslan Kuleshov thx
Ruslan Kuleshov
Maybe you can help me with one question
I create small project and try to compare
Ok here I understand
But what is difference between
Thanks
`Merge develop in current branch` - is an action for local branches
`Pull into current using merge` and action for remote branch and how it would be integrated into local