Git update
Answered
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)

Please sign in to leave a comment.
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