Intermediate GitHub Tutorial

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 34

  • @usamashami11
    @usamashami11 Год назад +3

    Your videos are always on time :')
    I needed to get good grip of Git and Github :)

  • @KayderimGameplays
    @KayderimGameplays Год назад +6

    Thanks a lot Tim

  • @farzadmf
    @farzadmf Год назад +8

    Worth noting that the "new" (been a while acutally) to switch (and maybe create) branches is to use `git swich`

  • @emman100
    @emman100 Год назад +3

    Great video. Forgot to mention git switch or git tag. Also git rebase can be used for a whole lot more but I guess not when working on a public repo. Overall great video. Thanks. 👍

  • @careyshupe9680
    @careyshupe9680 2 месяца назад

    Great job on your videos.

  • @tibzdankan
    @tibzdankan Год назад

    This is video I have looking for!!! Thanks Tim🙏🙏🙏

  • @yassinegalbi3322
    @yassinegalbi3322 Год назад

    Well explained , thank you bro !

  • @gustavojuantorena
    @gustavojuantorena Год назад +1

    Well explained video

  • @DJRanoia
    @DJRanoia Год назад +3

    Could you cover fast forward vs no fast forward as well and how it relates to merge and main?

  • @paulthomas1052
    @paulthomas1052 Год назад

    Thanks - really useful video. 👌

  • @bevis2k4
    @bevis2k4 Год назад

    very nice and easy to understand

  • @bahibrahim101
    @bahibrahim101 9 месяцев назад

    Thanks

  • @aram5642
    @aram5642 7 месяцев назад

    Merge, by preserving the commits, also preserves the conversations and annotations in a PR, which may be important during the lifetime of a PR. Your collaborators will be able to see what you have solved between commits in response to their comments. Unfortunately git rebase does not provide it. But at the end of a feature branch work and solving all comments, it might be actually beneficial to rebase the branch, as the merge commit might become a large one over time.
    When working on a shared branch, one might also want to use git pull --rebase, a very useful command

  • @whonayem01
    @whonayem01 Год назад

    Thanks, Tim.

  • @parkerwarner8688
    @parkerwarner8688 Год назад +6

    Use this button to like for more intermediate content🤝

  • @ApexGaara
    @ApexGaara Год назад +1

    Would like a Video like this about ci/cd in github action

  • @vigneshpadmanabhan
    @vigneshpadmanabhan 11 месяцев назад

    I have encountered a situation where I was working on a feature branch locally. When I checked out to the main branch and ran 'git status', it showed changes from my feature branch. I tried to do 'git pull' on main but it failed because there were uncommitted changes. Somehow the changes I made in my feature branch also existed in main.
    How can I resolve this situation where changes from my feature branch are appearing in main after checking out, even though I haven't merged the branches?
    Additionally, I've also faced a situation where running 'git status' shows the same file appearing as both staged and unstaged changes. There were 60+ files that were identical in both staged and unstaged sections. I'm unsure how to determine if the staged version is updated compared to the unstaged one, especially if an automated tool staged the changes as I worked.
    How should I approach understanding which version of those duplicate files is correct in cases where 'git status' shows the same file as both staged and unstaged with many duplicates?

  • @Ismail_Dagli
    @Ismail_Dagli Год назад

    Best timing as if you knew it 🙂

  • @jfsaraceno9265
    @jfsaraceno9265 Год назад

    Bam!

  • @Eswar.
    @Eswar. Год назад

    Hey Tim please do more videos on computer vision

  • @ajp2206
    @ajp2206 Год назад +1

    Any Comments on gpt 4 and chatgpt plugins?

  • @fatimahmath4819
    @fatimahmath4819 Год назад

    Nice

  • @pabloqp7929
    @pabloqp7929 Год назад

    Why do you code on Windows?
    WSL is stronk

  • @mrblawblawblaw2335
    @mrblawblawblaw2335 Год назад

    Can I get beginner video link from anyone on this channel

  • @kulture1758
    @kulture1758 Год назад +1

    First comment🎉

    • @Boss-ks8vt
      @Boss-ks8vt Год назад +1

      First commit🎉

    • @Ismail_Dagli
      @Ismail_Dagli Год назад

      ​@@Boss-ks8vt That's a good one! 😂

  • @RakibHossain-ez8sk
    @RakibHossain-ez8sk Год назад

    please someone stop the background music

  • @tapiwamotsi1424
    @tapiwamotsi1424 Год назад +1

    Bring back tim without beard😢

  • @sykes257
    @sykes257 Год назад

    Thanks