Learn advanced Git in under 16 mins | Advanced git tutorial | Git CLI

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • This video demonstrates advanced Git command usage. Have you ever wanted to become a Git pro? Have you ever wanted to have advanced Git skills in your kitty? Are you spending lot of time trying to figure out stuff in Git? This video will help you gain some really useful tips and tricks in Git, that too in under 16 mins. Can be helpful for interview preparation as well.
    Topics covered in this video are:
    Git add Patch (To add specific lines of file to staging area)
    git add -p
    Squash multiple git commits into one
    git rebase -i
    Amend latest commit
    git commit --amend
    Delete latest commit (or latest n commits)
    git reset HEAD~1
    Git cherry pick a commit from another branch
    git cherry-pick
    #git #advancedgit #gittipsandtricks #gitpro #tutorial #gitcli #cli #gitcommandline #intermediate #scm

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