How do I keep my Git fork up to date?

preview_player
Показать описание
In this video Gary and Trisha cover how to update a branch in your fork of a repository to the latest version from another remote.
Рекомендации по теме
Комментарии
Автор

Please do a video on how to do an interactive rebase of your branch against master to squash commits, I always revert to CLI for that and would be great to know.

dkarlovi
Автор

Github has gotten better at merging lately, but I still tend to use the rebase strategy when I do my pulls. This keeps everything very clean since I know nobody else has checked out my work branches.

GordonForsythe
Автор

How do you get your labels to show the "real" fully qualified names like mongodb/master and trisha/master? Every tutorial and tool I've used are using ridiculously vague labels like "upstream"/"origin" which depending on what tool you're using or what tutorial you're watching, varies in either being your own fork or the repo you forked from.

AaronShumaker
Автор

Other possible topics could be updating a develop branch with cherry-pick or squashing multiple commits into one, which can both be pretty useful.

jemag
Автор

Great series, looking forward for more such videos.

VarunBarad
Автор

Very useful! Please do more of this. Thanks!

fusioniki
Автор

This indeed helped me in pycharm, great vid.

jupiterbjy
Автор

Good video and I look forward to seeing more git related ones, videos on lesser known functionality would be great too.

Also could you put these git videos into a playlist?

neilnand
Автор

Nice Videos.

I know that IDEA has very powerful Keyboard shortcuts (and I use them with love). But for a Demo Tutorial Video please do it with the "pomi" plain old menu items. These are more easy to remember for beginners in an area and if I forget it I know in which part I can search for them. The shortcuts are displayed at the menu item so I can speed up with them later. But for the learning phase the menu items are much more better.

Muescha
Автор

makes it look less scary indeed.. I would love to explore all the possibilities that phpstorm offers when working with git so I'm excited with this new series

AmxCsifier
Автор

Pretty useful series, keep up the good work please :)

OmidMoradiannasab
Автор

Can you please help me with, How to debug a procedure in DataGrip.

kelothbansilal
Автор

I would appreciate if you could do something like this git fetch origin master:master.
Right now I do it from terminal, since I find it useless to switch to master to pull, since I never work on master, just branch from it.
Good job anyway Jetbrains, your git integration is one the main reasons to use your products.

Kubkochan
Автор

What is IntelliJ doing when it's "indexing"?

nicoqueijo
Автор

can somebody please the link of entire playlist.

gangadharlahane
Автор

What tool did you use for screen sharing?

GAVVVR