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/...
git push -u origin master
*************Please comment in case of any query************
Please watch below video as well -
git pull and git fetch : • #7 Git Tutorial | What is Git Pull & ...
git tag : • #6 Git Tutorial | What is Git Tag | A...
git pull request : • #5 Git Tutorial | Git Pull Request (P...
git branching strategy : • #4 Git Tutorial | Branching Strategy ...
github overview : • #3 Git Tutorial | GitHub | Create rep...
git installation on windows : • #2 Git Tutorial | Git Installation on...
git architecture : • #1 Git Tutorial | Version Control Sys...
To start with selenium project in c#. : • Selenium with C# | Create project to ...
5 time saving tips for visual studio : • 5 Time Saving Shortcuts/Tips for Visu...
Drag and drop operation in selenium : • How to perform drag & drop operation ...
How to switch dotnet core version : • How to switch .Net core version | Cha...
Ternary or conditional operator : • Replace if-else block with this to wr...
String manipulation : • Avoid using String variable for strin...
Klov report server : • Selenium with C# | Klov Report Server
Dynamic v/s Var in c# : • Dynamic vs Var | C#
How to setup selenium grid in docker : • How to setup Selenium Grid in Docker ...
Selenium with C# - Klov Report : • Selenium with C# | Klov Report Server
Selenium with C# - Extent Report : • Selenium with C# | Extent Report
Selenium with C# - Create Project to automate test (Selenium + Specflow ) : • Video
Selenium with C# - Parallel Execution and Screenshot : • Video
Selenium with C# - All about feature files : • Video
Serilog - Logging in Automation Framework : • Serilog | Logging in Automation Frame...
Selenium with C# - Specflow - External Bindings : • Selenium C# | Specflow | External Bin...
Selenium - Working with Excel - Part 1 : • #1 Working with Excel | Selenium C# |...
Selenium with Java - Cucumber Html Report : • Selenium with Java | Cucumber Html Re...
Logging in Java : • Log4J2 | Logging in Java framework | ...
Object Repository | YAML file | Selenium JAVA | BDD Framework - • Object Repository | How to maintain O...
Смотрите видео #6 Git Tutorial | What is Git Tag | Annotated & Lightweight tags | How to create release in GitHub онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Maximum Automation 22 Февраль 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 9,813 раз и оно понравилось 144 людям.