#6 Git Tutorial | What is Git Tag | Annotated & Lightweight tags | How to create release in GitHub
In this video we are gonna discuss the below topics. 1. What is git tag? 2. What is a release? 3. How to create, lists and delete tags? 4. Difference between annotated and lightweight tags. 6. How to create GitHub release. So lets move inside the video to get the details. Below are the commands related to git tag. git tag -a 1.0 -m "adding a new annotated tag" git tag 2.0 // to create a lightweight tag git push origin 1.0 //push tag to remote repository git tag //to get the list of tag git show 1.0 //to display tag details git tag -d 1.0 // delete a tag git tag -d 1.0 2.0 // delete multiple tag git push origin --delete 1.0 // delete tag from remote repository git checkout 1.0 //checkout tag Below are the basic git commands. git init git clone -b "branchname" "branchrepourl" git checkout -b branchname git add README.md git commit -m "first commit" git branch -M master git remote add origin https://github.com/MaximumAutomation/GitDemo.git git push -u origin master **************Please comment in case of any query************* Please watch below video as well - git pull and git fetch : https://youtu.be/1jLUTh0mUD0 git tag : https://youtu.be/hhm5ROTEugo git pull request : https://youtu.be/ntz4Rog9PpY git branching strategy : https://youtu.be/VSWs6aGzrFg github overview : https://youtu.be/n0d7Zqg8YwE git installation on windows : https://youtu.be/Js2MqtAUcaU git architecture : https://youtu.be/gLoINI1KVWc To start with selenium project in c#. : https://youtu.be/Yb-p4PtyOAQ 5 time saving tips for visual studio : https://youtu.be/UEyiZaxVAD4 Drag and drop operation in selenium : https://youtu.be/yihaNqbyHJc How to switch dotnet core version : https://youtu.be/tkVODgVtH5g Ternary or conditional operator : https://youtu.be/CTBG8nhQyZ0 String manipulation : https://youtu.be/DFtGMDDdivw Klov report server : https://youtu.be/Y6_TmWOq_Xk Dynamic v/s Var in c# : https://youtu.be/jBrqEtdAOXs How to setup selenium grid in docker : https://youtu.be/R_biPog5IYc Selenium with C# - Klov Report : https://youtu.be/Y6_TmWOq_Xk Selenium with C# - Extent Report : https://youtu.be/NITDKukdhgo Selenium with C# - Create Project to automate test (Selenium + Specflow ) : https://youtu.be/lNhR50kR8Us Selenium with C# - Parallel Execution and Screenshot : https://youtu.be/bv5yLSDI6H0 Selenium with C# - All about feature files : https://youtu.be/aUD6W9U9b0c Serilog - Logging in Automation Framework : https://youtu.be/EYK3Q4emSZQ Selenium with C# - Specflow - External Bindings : https://youtu.be/FjsOLQBbM7k Selenium - Working with Excel - Part 1 : https://youtu.be/yJe2J0uw-uA Selenium with Java - Cucumber Html Report : https://youtu.be/g1EDnPUnDtg Logging in Java : https://youtu.be/WX8q5VWkpaY Object Repository | YAML file | Selenium JAVA | BDD Framework - https://youtu.be/o8X7jFfrQDk
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.