#6 Git Tutorial | What is Git Tag | Annotated & Lightweight tags | How to create release in GitHub

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • 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 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...
    git tag : • #6 Git Tutorial | What...
    git pull request : • #5 Git Tutorial | Git ...
    git branching strategy : • #4 Git Tutorial | Bran...
    github overview : • #3 Git Tutorial | GitH...
    git installation on windows : • #2 Git Tutorial | Git ...
    git architecture : • #1 Git Tutorial | Vers...
    To start with selenium project in c#. : • Selenium with C# | Cre...
    5 time saving tips for visual studio : • 5 Time Saving Shortcut...
    Drag and drop operation in selenium : • How to perform drag & ...
    How to switch dotnet core version : • How to switch .Net cor...
    Ternary or conditional operator : • Replace if-else block ...
    String manipulation : • Avoid using String var...
    Klov report server : • Selenium with C# | Klo...
    Dynamic v/s Var in c# : • Dynamic vs Var | C#
    How to setup selenium grid in docker : • How to setup Selenium ...
    Selenium with C# - Klov Report : • Selenium with C# | Klo...
    Selenium with C# - Extent Report : • Selenium with C# | Ext...
    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 A...
    Selenium with C# - Specflow - External Bindings : • Selenium C# | Specflow...
    Selenium - Working with Excel - Part 1 : • #1 Working with Excel ...
    Selenium with Java - Cucumber Html Report : • Selenium with Java | C...
    Logging in Java : • Log4J2 | Logging in Ja...
    Object Repository | YAML file | Selenium JAVA | BDD Framework - • Object Repository | Ho...
  • НаукаНаука

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