ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

973 results

Cameron McKenzie
How to Link Jira Tickets to Git Commits on GitHub,GitLab & Bitbucket #agile #scrum #devops #acp120

Linking a Jira ticket to a Git commit is one of the most important practices in modern Agile development. It connects planning and ...

1:30
How to Link Jira Tickets to Git Commits on GitHub,GitLab & Bitbucket #agile #scrum #devops #acp120

121 views

8 hours ago

anthonywritescode
linus messed up the linux git history (so now there's a new git option)

today we talk about unrelated git histories and how one accidentally crept into the linux kernel! playlist: ...

12:55
linus messed up the linux git history (so now there's a new git option)

55,587 views

7 days ago

DheerajTechInsight
Git Basics Commands Explained | init, clone, add, commit & log

This is where Git starts to make sense. In this video, you'll learn the core Git commands used daily by developers, from creating a ...

23:12
Git Basics Commands Explained | init, clone, add, commit & log

491 views

5 days ago

Cameron McKenzie and Darcy DeClute
Jira Tickets, Git Commits & Workflow Transitions for Work Item Issues GitHub GitLab BitBucket Scrum

Git commits can do much more than just save code. When Jira is integrated with GitHub, commit activity can directly influence Jira ...

1:14
Jira Tickets, Git Commits & Workflow Transitions for Work Item Issues GitHub GitLab BitBucket Scrum

334 views

1 day ago

Postman
Automating OpenAPI Specs, Tests, and Git Commits with Agent Mode

Discover how Agent Mode is used to automate key parts of the API development workflow using local files, tests, and Git.

2:41
Automating OpenAPI Specs, Tests, and Git Commits with Agent Mode

0 views

8 hours ago

r00tmaster
Late Night Git Commits 1

Public GitHub commits made by real developers. All of which were found in: https://latenightcommits.com/ Acapela voices ...

2:04
Late Night Git Commits 1

176 views

7 days ago

Dave Liddament
Git tips and tricks. Day 19: git branch

Today we're learning about branches.

4:55
Git tips and tricks. Day 19: git branch

53 views

5 days ago

ShauravDev
How Git Works Behind the Scenes | init, add, commit Explained | Ep-118

Ever wondered what happens behind the curtain when you run git init, git add, or git commit? In "How Git Works Behind the ...

42:10
How Git Works Behind the Scenes | init, add, commit Explained | Ep-118

0 views

10 hours ago

Dave Liddament
Git tips and tricks. Day 17: git rebase -i --autosquash

My favourite git find of 2025! The combination of git commit --fixup and git rebase -i --autosquash make it easy to retrospectively fix ...

7:45
Git tips and tricks. Day 17: git rebase -i --autosquash

122 views

7 days ago

Mike Murphy Co
Git & GitHub for Beginners: Turn Any Project Into a Repo Using VS Code

Description: How to turn your local n8n-workflows folder into a GitHub repository and sync future changes—all using VS Code's ...

28:38
Git & GitHub for Beginners: Turn Any Project Into a Repo Using VS Code

126 views

7 days ago

anthonywritescode
splitting a monorepo with git filter-branch / filter-repo

today we show how I split out a subsection of a monorepo to a separate repo while preserving history! playlist: ...

16:38
splitting a monorepo with git filter-branch / filter-repo

799 views

6 hours ago

The Debug Zone
Git Commit and Push Issues: How to Fix Deleted File Not Working

In this video, we dive into a common challenge faced by developers: dealing with Git commit and push issues, specifically when a ...

2:16
Git Commit and Push Issues: How to Fix Deleted File Not Working

0 views

3 days ago

Ved The Master
How to Connect Git to GitHub (Step by Step)

Instagram :https://www.instagram.com/themaster_ved/ ▻ My Laptop : https://amzn.to/3QxCRSY ▻ My Headphones (Battery ...

6:45
How to Connect Git to GitHub (Step by Step)

34 views

7 days ago

GBG Analytics
Leveraging Version Control with Git and GitHub/GitLab

In this video, you will learn about Using Version Control with Git and GitHub / GitLab. This session demonstrates how to maintain ...

39:06
Leveraging Version Control with Git and GitHub/GitLab

74 views

6 days ago

AmsR HuB
git commit -m #memes #coding #codingmeme

AMSr Hub is your go-to source for mastering programming languages like C, C++, C#, Obj-C, R, Go, Java, Lua, Python, Ruby, ...

0:05
git commit -m #memes #coding #codingmeme

69 views

7 days ago

John Capobianco
Introducing GAIT: Git for Artificial Intelligence Tracking

We version code with Git — but AI conversations are still ephemeral. And AI conversations, our prompts, context, and LLM ...

18:05
Introducing GAIT: Git for Artificial Intelligence Tracking

536 views

4 days ago

Ashutosh Pandey
Install Git & Create Your First Commit | Git Tutorial for Beginners (Episode 2)

In this video, we move from theory to action. You will learn how to install Git on Windows and Mac, configure Git, and create your ...

13:23
Install Git & Create Your First Commit | Git Tutorial for Beginners (Episode 2)

16 views

4 days ago

SavvyNik
Linux Gets Its First Rust CVE (And That’s a Good Thing)

Rust code in the Linux Kernel just officially received its first CVE. This was bound to happen but lets talk about why.. Is this a good ...

12:37
Linux Gets Its First Rust CVE (And That’s a Good Thing)

6,077 views

4 days ago

Script and Execute
Git Merge Conflict Explained | How to Resolve Conflicts (Real-Time Demo)

In this video, we deep dive into one of the most important Git concepts – MERGE CONFLICTS. This is Part 4 of my Git & GitHub ...

16:11
Git Merge Conflict Explained | How to Resolve Conflicts (Real-Time Demo)

62 views

3 days ago

Dave Liddament
Git tips and tricks. Day 18: git rebase -i (part 3)

Learn how we can use interactive rebase to change commits in the past. In this example we're splitting an existing commit into 2.

5:41
Git tips and tricks. Day 18: git rebase -i (part 3)

29 views

6 days ago

DheerajTechInsight
Git Configuration Explained | Set Name, Email & SSH Key with GitHub

Before using Git properly, you must configure it. In this video, you'll learn how to set your Git identity, understand global vs local ...

13:54
Git Configuration Explained | Set Name, Email & SSH Key with GitHub

795 views

7 days ago

TECH SUJAL
How to Upload Code to GitHub Using VS Code (Commit & Push)

How to fix commit push error in VS Code? How to use GitHub directly from VS Code? VS Code Git commit and push tutorial How ...

3:53
How to Upload Code to GitHub Using VS Code (Commit & Push)

25 views

6 days ago

AnilCareerTalks
Committed by Mistake? Undo Git Commit SAFELY! #codingtips #git

Made a wrong Git commit? Don't worry You can undo a local Git commit without losing your files. In this video, I explain: ✓ How ...

1:22
Committed by Mistake? Undo Git Commit SAFELY! #codingtips #git

302 views

16 hours ago

Code With Rayyan
Data Science Full Course For Beginners | Git Commit

codewithrayyan This video is about Data Science Full Course For Beginners | Git Commit Course Link : HTML FULL COURSE ...

15:01
Data Science Full Course For Beginners | Git Commit

30 views

5 days ago

Interview Questions ki duniya
Git Commit Command

Coding Quiz (Git): What exactly happens when you run git commit? Essential for version control fundamentals.

0:11
Git Commit Command

0 views

7 days ago