git feature branch example

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

Great vid and well explained, thanks. Here's a small tip I found the other day: At 7:12 where you push to the branch you're on, an easier method is "git push -u origin HEAD". This always pushes to the current branch, which is really useful for feature branches that have long names (they often include some kind of tag such as FEATURE, a ticket ID, and a description).

barjo_
Автор

I dont code for crap.
Doing solo development for UE4 and well blueprints is a godsend.
This is helping a lot and I thank you for it. I been browsing, watching a ton of videos and your seem to really help me understand. I am kinda slow at learning/understanding but still worth the wait.
Thank you.

darodism
Автор

Thanks for this tutorial CJ. Improved my understanding of the git workflow

satyamrai
Автор

These videos are very helpful. thank you

SGNxBallr
Автор

Another great video man. I have a question: What is the tool you use for showing branches? That minima thing?

ykalchev
Автор

This was a great example, it really helps me to understand the flow. Thanks 🤘🏼

AlexHdz-Alxstein
Автор

Hey CJ, I have a question in 9:56, you mention that you do squashing commit, how do you do that? Is that responsibility for the maintainer to squash commits if any pull request contains multiple commits? or is it contributor responsibility to make sure squash the commit before create a pull request?

this_minizilla
Автор

this was so helpful.. thanks a lot man!

AshutoshMohanty
Автор

how can i add so i see the current branch on my own terminal?

p_o_z_e
Автор

How do you get card numbers on trello?

hiccupmaster