Git and GitHub Beginner Tutorial 7 - Git Tags - what, why, when and how

Поділитися
Вставка
  • Опубліковано 29 гру 2016
  • All Courses - automationstepbystep.com/
    Git TAGS - What | Why | When | How
    Today We will learn:
    -------------------------------
    1. What are tags / releases
    2. Why should i create TAGs
    3. When to create TAGs
    4. How to create TAGs in git
    create | show | publish | delete
    Step 1:
    Checkout the branch where you want to create the tag
    git checkout "branch name"
    example : git checkout master
    ________________________________________________________
    Step 2:
    Create tag with some name
    git tag "tag name"
    example : git tag v1.0
    git tag -a v1.0 -m "ver 1 of .." (to create annotated tags)
    ________________________________________________________
    Step 3:
    Display or Show tags
    git tag
    git show v1.0
    git tag -l “v1.*”
    ________________________________________________________
    Step 4:
    Push tags to remote
    git push origin v1.0
    git push origin --tags
    git push --tags
    (to push all tags at once)
    ________________________________________________________
    Step 5:
    Delete tags (if required only)
    to delete tags from local :
    git tag -d v1.0
    git tag --delete v1.0
    to delete tags from remote :
    git push origin -d v1.0
    git push origin --delete v1.0
    git push origin :v1.0
    to delete multiple tags at once:
    git tag -d v1.0 v1.1 (local)
    git push origin -d v1.0 v1.1 (remote)
    ________________________________________________________
    Checking out TAGS
    We cannot checkout tags in git
    We can create a branch from a tag and checkout the branch
    git checkout -b "branch name" "tag name"
    example : git checkout -b ReleaseVer1 v1.0
    ________________________________________________________
    Creating TAGS from past commits
    git tag "tag name" "reference of commit"
    example : git tag v1.2 5fcdb03
    _______ ONLINE COURSES TO LEARN _______
    Visit - automationstepbystep.com/
    ----------- UI TESTING -----------
    Selenium Beginners - bit.ly/2MGRS8K
    Selenium Java Framework from Scratch - bit.ly/2N9xvR6
    Selenium Python - bit.ly/2oyMp5x
    Selenium Tips - bit.ly/2owxc50
    Selenium Builder - bit.ly/2MKNtlq
    Katalon Studio - bit.ly/2wARFdi
    Robot Framework - bit.ly/2Px6Ue9
    ----------- API TESTING -----------
    Web Services (API) - bit.ly/2MGafL7
    SoapUI - bit.ly/2MGahmd
    Postman - bit.ly/2wz8LrW
    General - bit.ly/2PYdwmV
    ----------- MOBILE TESTING -----------
    Mobile Playlist - bit.ly/2PxpeUv
    ----------- CI | CD | DEVOPS -----------
    Jenkins Beginner - bit.ly/2MIn8EC
    Jenkins Tips & Trick - bit.ly/2LRt6xC
    Docker - bit.ly/2MInnzx
    ----------- VERSION CONTROL SYSTEM -----------
    Git & GitHub - bit.ly/2Q1pagY
    ----------- PERFORMANCE TESTING -----------
    JMeter Beginner - bit.ly/2oBbtIU
    JMeter Intermediate - bit.ly/2oziNVB
    JMeter Advanced - bit.ly/2Q22Y6a
    JMeter Tips & Tricks - bit.ly/2NOfWD2
    Performance Testing - bit.ly/2wEXbLS
    ----------- JAVA -----------
    Java Beginners - bit.ly/2PVUcXs
    Java Tips & Tricks - bit.ly/2CdcDnJ
    ----------- MAVEN -----------
    Maven - bit.ly/2NJdDRS
    ----------- OTHERS -----------
    Redis- bit.ly/2N9jyCG
    Misc - bit.ly/2Q2q5xQ
    Tools & Tips - bit.ly/2oBfwoR
    QnA Friday- bit.ly/2NgwGpw
    Sunday Special - bit.ly/2wB23BO
    Ask Raghav- bit.ly/2CoJGWf
    Interviews - bit.ly/2NIPPxk
    All Playlists - bit.ly/2LSiezA
    ----------- Follow -----------
    Facebook - / automationstepbystep
    Twitter - / automationsbs
    UA-cam - / automationstepbystep
    You can support my mission for education by sharing this knowledge and helping as many people as you can.

КОМЕНТАРІ • 319

  • @thoutreddysony6748
    @thoutreddysony6748 3 роки тому +19

    Thanks a ton sir. In the age of click baits and non-sense intros, You were on point and clear. Subscribed ! :)

  • @bvisonl
    @bvisonl 6 років тому +32

    subscribed immediately... long time since I saw a tutorial so straight forward and helpful... thank you very much and keep it up!

    • @RaghavPal
      @RaghavPal  6 років тому +1

      Benjamin, thanks for subscribing and liking the video.

  • @hamedkhajat5916
    @hamedkhajat5916 2 роки тому +9

    Thank you, Sir. short, clear, informative, exact, and directly to the point. Well done and keep it up!

  • @varshathaker1056
    @varshathaker1056 6 років тому +1

    You explain so clearly Raghav .. Probably the best tutor for testing tools ... Thanks a huge .. Appreciate your effort!

    • @RaghavPal
      @RaghavPal  6 років тому

      Thanks a lot for this wonderful message Dhanavarsha. I am humbled.

  • @LifeInMoncton
    @LifeInMoncton 6 років тому

    One of the best series of tutorials... priceless!!!

    • @RaghavPal
      @RaghavPal  6 років тому

      Thanks for your message Shashika

  • @johnxenakis8132
    @johnxenakis8132 3 роки тому +2

    Wonderful video tut man! Very detailed and with no bs! Exact and straight to the point!

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad to know it helped John

  • @ogropor
    @ogropor 2 роки тому +3

    Very simplicist and clear. So much quality. Thank You.

  • @floroz87
    @floroz87 4 роки тому +2

    great tutorial! clean and straight to the point with great visual aid.

    • @RaghavPal
      @RaghavPal  4 роки тому

      Happy to know it helped Daniele

  • @nickverheijen2097
    @nickverheijen2097 5 років тому +1

    Very good tutorial, exactly what I was looking for. Thanks for the effort!

  • @vrityaggarwal8300
    @vrityaggarwal8300 3 роки тому +3

    Thanks a lot👍 I got the clarity point to point, and exactly the introduction I was looking for 👍

    • @RaghavPal
      @RaghavPal  3 роки тому +1

      You are welcome Vrity

  • @matudhay
    @matudhay 7 років тому +1

    Awesome. Appreciate and thanks for your effort.

  • @elliria_home
    @elliria_home 10 місяців тому

    This was an absolutely perfect presentation. Beautifully done. Loved it.

    • @RaghavPal
      @RaghavPal  10 місяців тому +1

      Thank you so much Elliria

  • @kavindutharaka2273
    @kavindutharaka2273 2 роки тому

    Clear and Concise. The best tutorial about Tags. Thank you. ❤

  • @BenStoneking
    @BenStoneking Рік тому

    Excellent video! Concise yet thorough. Well done and thank you!

  • @samislam2746
    @samislam2746 3 роки тому +1

    short, informative, no boring parts. thanks

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad it was helpful Sam

  • @sandeepsk5817
    @sandeepsk5817 6 років тому

    Thanks for these videos mate, it's crisp and clear.

  • @vishnuthamizharasan6192
    @vishnuthamizharasan6192 4 роки тому +2

    Great video, crystal clear about the git tag concept. Amazing tutorial

    • @RaghavPal
      @RaghavPal  4 роки тому +1

      Glad it was helpful Vishnu

  • @yogesh1514ya
    @yogesh1514ya 11 місяців тому +1

    Thanks Raghav for such a wonderful and precise explanation in a short video. Really appreciate your knowledge and efforts. Keep it up! Thanks..

    • @RaghavPal
      @RaghavPal  11 місяців тому

      Most welcome Yogesh

  • @shalinib1331
    @shalinib1331 6 років тому +3

    Thanks Raghav. all your sessions are really really good, interesting and useful . I have learned Jenkins and Git from your tutorial. Thanks for that.
    Also could you please record and post few sessions for Ansible please...

  • @saikatshahriar8355
    @saikatshahriar8355 Рік тому

    Short and well explained. Great job, thanks!

  • @tosanjaysaraf
    @tosanjaysaraf 4 роки тому +1

    Sweet and simple Thank you!!!

  • @user-viskqlkqudh
    @user-viskqlkqudh 5 років тому

    Very clear and neat explanation ever ! Thank you a lot !

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Outis

  • @raphaelpaulino
    @raphaelpaulino 5 років тому

    Excellent tutorial! Thanks for share your knowledge!

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Raphael

  • @travisjansen7413
    @travisjansen7413 5 років тому

    Clear and concise! Very well done...

    • @RaghavPal
      @RaghavPal  5 років тому

      Thanks for watching Travis

  • @moss2309
    @moss2309 6 років тому +1

    Thank you for this tutorial. IT is very simple to understand. :)

    • @RaghavPal
      @RaghavPal  6 років тому

      Great to know this Michael

  • @learnWithWally
    @learnWithWally 5 років тому

    Thank you so much for your time and effort. It helped me a lot.

    • @RaghavPal
      @RaghavPal  5 років тому

      Great to know this Walid

  • @bonaws
    @bonaws 4 роки тому +1

    You explain it really well. Good job dude !

  • @arturocardenas7095
    @arturocardenas7095 2 роки тому

    The best video about it so far.

  • @rockstar-ek4xt
    @rockstar-ek4xt 4 роки тому

    You make things seem so easy and cool Raghav.. Always simple and good stuff from you... Nice one.

  • @piterbrito4590
    @piterbrito4590 2 роки тому

    I loved the video, straight to the point and with good examples.

  • @nishanthi.p1934
    @nishanthi.p1934 6 років тому

    A simple and clean one. Helps for the newbies in git tagging.
    Thanks

  • @krishkarki9795
    @krishkarki9795 6 років тому +2

    Your way of explanation is awesome ! I have been following your videos and learning a lot from it. Thanks for helping learning community. Will you be making series on other technologies like AWS, Ansible, Puppet etc ?

    • @RaghavPal
      @RaghavPal  6 років тому

      Hi Krish, i am glad to hear this. I will definitely be making sessions on these topics.

  • @somasekhar620
    @somasekhar620 3 роки тому

    You made it simple and clear.

  • @sadiqmmm
    @sadiqmmm 4 роки тому +2

    Really amazing video on git tags. Simple and Easy. Thanks a lot. Subscribed!!

    • @RaghavPal
      @RaghavPal  4 роки тому

      Awesome, thank you Sadiq

  • @jabuci
    @jabuci Рік тому

    Thanks! Exactly what I needed.

  • @jaminDNB
    @jaminDNB 7 місяців тому

    Absolutely stellar content, Raghav! 🚀 The clarity in explanations and well-crafted examples make learning a joy. Your work is an invaluable resource for expanding my knowledge. Keep the brilliance coming! 🌟💻📚

    • @RaghavPal
      @RaghavPal  7 місяців тому

      Awesome, thank you!

  • @marvinkweyu5206
    @marvinkweyu5206 4 роки тому

    Love the video. You explained like I'm five and that's a big plus for any tutorial.

    • @RaghavPal
      @RaghavPal  4 роки тому

      So happy to know this Marvin

  • @Nazirov1991
    @Nazirov1991 6 років тому +1

    Awesome tutorial buddy. Keep it up!!

    • @RaghavPal
      @RaghavPal  6 років тому

      Thanks for watching Sardor

  • @NSMetaLpig
    @NSMetaLpig 3 роки тому

    this tutorials is the best with sample code in the description, not all heroes ware cape, salute!

    • @RaghavPal
      @RaghavPal  3 роки тому

      I appreciate that! happy & humbled to see your message

  • @tural.ahmatov
    @tural.ahmatov 10 місяців тому

    Great explanation, Sir. Thank you very much!

    • @RaghavPal
      @RaghavPal  10 місяців тому

      Most welcome Tural

  • @x_Gorilla
    @x_Gorilla 10 місяців тому

    great simple straight forward video - this helped alot - always make videos like this!

  • @DestinyLeap
    @DestinyLeap 4 роки тому

    That was beautiful thank you!

  • @warronfrench8163
    @warronfrench8163 3 роки тому

    Today, I realized that I want to know how to manage `tagged' versions of code in various projects. I knew how to do it via the webUI, but this video showed me how to do it from command-line. Thanks again!

  • @eric69969
    @eric69969 Рік тому

    A neat and tidy one. Thank you so much!

  • @Rakesh-fc1wr
    @Rakesh-fc1wr 2 роки тому

    Straight on point , saved time ✊

  • @artistprudential
    @artistprudential Місяць тому +1

    So accurate video on git tags

    • @RaghavPal
      @RaghavPal  Місяць тому

      Thanks a lot Aniket.. humbbled

  • @sandeepa4116
    @sandeepa4116 4 роки тому

    Very informative. Thank you so much.

    • @RaghavPal
      @RaghavPal  4 роки тому

      You're welcome Sandeep

  • @Jose_T131
    @Jose_T131 2 роки тому

    Maestro, excellent content. Thanks

  • @ayoutubechannel.1733
    @ayoutubechannel.1733 2 роки тому

    This was a very good video! Thank you so much!!

  • @thenavinpista
    @thenavinpista 2 роки тому

    so clear and to the point.

  • @aldocostasantos6965
    @aldocostasantos6965 5 років тому

    a pretty complete video, thanks for this

  • @srinathg3051
    @srinathg3051 5 років тому +1

    Liked all the Raghav's videos , the way he explains and content he took is very good , simple and clear, keep it up and expecting some more DevOps concepts like ansible and other stuff ... :)

    • @RaghavPal
      @RaghavPal  5 років тому +1

      Happy to see this Srinath, Will do more devops topics

  • @ankitminz5872
    @ankitminz5872 4 роки тому

    Very well explained. Thanks

  • @roi_4_dayz
    @roi_4_dayz 6 місяців тому

    Great tutorial! Easy to understand

    • @RaghavPal
      @RaghavPal  6 місяців тому

      Glad it was helpful

  • @joerivde
    @joerivde 2 роки тому

    Very helpful, thanks!

  • @techtalks219
    @techtalks219 6 років тому

    worth spending 10 mins, Thanks Raghav

    • @RaghavPal
      @RaghavPal  6 років тому

      you're welcome Naveen

  • @edmundesparas9338
    @edmundesparas9338 7 місяців тому

    Very clear explanation!

    • @RaghavPal
      @RaghavPal  7 місяців тому

      Glad it was helpful Edmund

  • @super_power_tech
    @super_power_tech 3 роки тому

    Great tutorial. It helped me.

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad it helped Anatolii

  • @squidproxy136
    @squidproxy136 7 років тому +1

    well explained, thanks so much :D

  • @virajsh
    @virajsh 3 роки тому

    Very good tutorial Thanks !

  • @bermarte
    @bermarte 2 роки тому

    Really well explained! Also subscribed immediately.

  • @sandunmadushan1732
    @sandunmadushan1732 3 роки тому

    very clear content. Thank you very much

    • @RaghavPal
      @RaghavPal  3 роки тому

      You are welcome Sandun

  • @PakArchives
    @PakArchives 3 роки тому

    Awesome tutorial bro. Thanks

  • @MrRajeshrana
    @MrRajeshrana 7 років тому +1

    A video on pulling the data from remote repository, comparing files and resolving conflicts would be very helpful here !!! Thanks for the series !!!!

    • @RaghavPal
      @RaghavPal  7 років тому +2

      Sure, will try to add some soon.

    • @mrbee5183
      @mrbee5183 5 років тому

      @@RaghavPal Waiting for a video over this topic

    • @bmkrissh8714
      @bmkrissh8714 5 років тому

      @@RaghavPal Hi, Can you add one please?

  • @wilsoncardoso150
    @wilsoncardoso150 5 років тому +1

    Thank you so much for your time and effort, for sharing your knowledge with us. Thank you and keep the good work.

    • @RaghavPal
      @RaghavPal  5 років тому

      Thanks Wilson, appreciate your message

  • @zaibkhan4862
    @zaibkhan4862 9 місяців тому

    Thank you very much sir, your explanation was great 👍

    • @RaghavPal
      @RaghavPal  9 місяців тому

      Most welcome Zaib

  • @LoloLolo-vv2pv
    @LoloLolo-vv2pv 4 роки тому

    U made my day.. Thx a million 🌹

    • @RaghavPal
      @RaghavPal  4 роки тому

      I'm so glad and humbled

  • @sangramdesai4295
    @sangramdesai4295 3 роки тому

    Thanks dude saved lot of time

  • @azaifel
    @azaifel 2 роки тому

    best video on tagging. thanks

    • @RaghavPal
      @RaghavPal  2 роки тому

      So happy & humbled Abdulaziz

  • @christopherbarrett9900
    @christopherbarrett9900 6 років тому

    Great video! Very clear

    • @RaghavPal
      @RaghavPal  6 років тому

      Thanks for watching Christopher

  • @PranjalMukharjee
    @PranjalMukharjee Рік тому

    Thank you sir for the clear explanation

  • @swapni101
    @swapni101 5 років тому +1

    Good Tutorial...!

  • @awaisrashid1479
    @awaisrashid1479 2 роки тому

    Thanks
    you described really well 👍

  • @ramakamepalli1206
    @ramakamepalli1206 5 років тому

    Crystal clear my friend :)

  • @cynt005
    @cynt005 6 років тому

    Very good easy to understand video!! +1

  • @Oswee
    @Oswee 5 років тому

    Tnx for sharing. Really helpful.

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Dzintars

  • @tawseefwani826
    @tawseefwani826 6 років тому

    Thanks a lot Raghav!!
    It solved my problem :)

    • @RaghavPal
      @RaghavPal  6 років тому +1

      This is great to know Tawseef

  • @mayuriingale8245
    @mayuriingale8245 7 років тому +1

    Raghav thank you so much again for your amazing video.....your videos are always clear and easy to understand...hope to see your videos on postman api test..

    • @RaghavPal
      @RaghavPal  7 років тому +1

      Mayuri, thanks for watching. Will add more on api testing soon.

    • @RaghavPal
      @RaghavPal  6 років тому

      Hi Mayuri, link for Postman Beginner Tutorials playlist - ua-cam.com/play/PLhW3qG5bs-L-oT0GenwPLcJAPD_SiFK3C.html

  • @sandeep56944
    @sandeep56944 5 років тому

    You are a rock star, i have watched almost 10 videos on git but couldnt get the clear, but luckily after watching your videos i have now got a good idea on this and also just curious to know there are only 7 git videos and can we expect

    • @RaghavPal
      @RaghavPal  5 років тому

      Hi Sandeep, great to know this, Yes as of now there are 7 videos in this series.

  • @hiteshaloney
    @hiteshaloney 3 роки тому

    wonderfully explained 👍

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad it was helpful Hitesh

  • @sita00ful
    @sita00ful 4 роки тому

    very clear explanation...keep uploading more such videos

    • @RaghavPal
      @RaghavPal  4 роки тому

      Sure. thanks for watching

  • @bksu1296
    @bksu1296 2 роки тому

    Thank you sir it's helps a lot...☺️

  • @rise4gamers506
    @rise4gamers506 Рік тому

    Thanks for your efforts

  • @MdSiam-kw5ox
    @MdSiam-kw5ox Рік тому

    Thanks for this video.

  •  3 роки тому

    Great stuff, thanks

    • @RaghavPal
      @RaghavPal  3 роки тому

      Glad you enjoyed it Germán

  • @pankajjha7325
    @pankajjha7325 3 роки тому

    So easy to understand and It was very helpful. Thanks a lot for your effort. Already subscribed.

    • @RaghavPal
      @RaghavPal  3 роки тому

      Awesome, thank you Pankaj

  • @The2Coolest2
    @The2Coolest2 3 роки тому

    Thank you very much

  • @mohamedemadahmed4943
    @mohamedemadahmed4943 3 роки тому

    very clear.. thanks

  • @BhavdeepHere
    @BhavdeepHere 4 роки тому

    excellent session on Git Tags

    • @RaghavPal
      @RaghavPal  4 роки тому

      Great to know this Bhavdeep

  • @jameshan4026
    @jameshan4026 4 роки тому

    very useful. Thanks

  • @lakshayarora3935
    @lakshayarora3935 4 роки тому

    Nice video. Very well explained :)

    • @RaghavPal
      @RaghavPal  4 роки тому

      Glad it helped Lakshay

  • @StoryOfOurMarriage
    @StoryOfOurMarriage 3 роки тому

    Thanks a lot for details ! Subscribed

    • @RaghavPal
      @RaghavPal  3 роки тому +1

      Awesome, thank you! Ritesh

    • @StoryOfOurMarriage
      @StoryOfOurMarriage 3 роки тому

      @@RaghavPal Thanks again ! Excited to check all of ur channel videos .
      Keep posting 👏

    • @RaghavPal
      @RaghavPal  3 роки тому +1

      Most welcome. can check all here - automationstepbystep.com/

  • @GiriAlkondanSubbiah
    @GiriAlkondanSubbiah 7 років тому +2

    well done. nicely explained. Git tag is the best one so far in this series. Please post tuts on git cherry pick topic

    • @RaghavPal
      @RaghavPal  7 років тому

      i am glad it helped. Keep learning.

  • @atulpipaliya972
    @atulpipaliya972 4 роки тому

    Awesome explanation keep going man Good Luck

  • @surajoberai
    @surajoberai 3 роки тому

    I pushed my first tag(version) , thank you ✍

    • @RaghavPal
      @RaghavPal  3 роки тому

      So great to know Suraj

  • @kareenmarie8586
    @kareenmarie8586 2 роки тому

    i enjoyed and understood thanks

    • @RaghavPal
      @RaghavPal  2 роки тому

      You are welcome!

    • @kareenmarie8586
      @kareenmarie8586 2 роки тому

      you have any videos one if statements or case statements

  • @dhananjay677
    @dhananjay677 2 роки тому

    Extremely great video sir . Please create series of devops video.

  • @OddBallTrails
    @OddBallTrails 5 років тому +1

    Thank you Sir. I always enjoy your tutorials.....please make a video on git stash and git cherry also.

    • @RaghavPal
      @RaghavPal  5 років тому

      Sure Mukesh. will do

  • @VladyVeselinov
    @VladyVeselinov 4 роки тому

    Excellent

  • @noureddinelahia2036
    @noureddinelahia2036 5 років тому

    good tutorial thanks

    • @RaghavPal
      @RaghavPal  5 років тому

      You're welcome Noureddine