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)

 
0

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

1

Ruslan Kuleshov

Maybe you can help me with one question

I create small project and try to compare 

  • Pull into using rebase
  • Pull into using merge

Ok here I understand

But what is difference between 

  • Merge develop in current branch
  • Pull into current using merge

Thanks 

0

`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

0

请先登录再写评论。