ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,061 results

Philomatics
Why everyone hates git submodules

Contents: 0:00 - Why git submodules? 0:20 - Cloning submodules 0:48 - git submodule update 1:47 - Making changes to the ...

8:16
Why everyone hates git submodules

61,266 views

8 months ago

Redhwan Nacef
Git Submodules Tutorial | For Beginners

Hello! Today's video is looking at Git Submodules. Most people think badly of submodules and tend to stay away from them, but I ...

14:52
Git Submodules Tutorial | For Beginners

199,996 views

4 years ago

GitKraken
Git Tutorial: All About Submodules

In this Git tutorial, learn what submodules are and when you should use them. If you're looking for a good Git GUI client to help ...

3:13
Git Tutorial: All About Submodules

106,189 views

9 years ago

makigas
Git Tutorial – 39. Git Submodules (Part 1)

In this first part (obviously, since I don't have a time machine, I'll have to record the second part another day), we'll see ...

7:14
Git Tutorial – 39. Git Submodules (Part 1)

9,416 views

4 years ago

freeCodeCamp.org
Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more

Git has so much more to offer than just "commit, pull, push"! Its advanced tools can help you become more productive and ...

34:01
Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more

310,168 views

4 years ago

ManuTheDev
Git submodule update, la gran mentira

Todo desarrollador llega al punto en el que quiere que su submódulo GIT esté en la última versión. ¿Cómo conseguir este hito?

7:09
Git submodule update, la gran mentira

1,085 views

4 years ago

anthonywritescode
what are git submodules? (intermediate) anthony explains #273

today I talk about git submodules, what they are, how to add / change / delete them, and why you might use them! playlist: ...

11:07
what are git submodules? (intermediate) anthony explains #273

7,793 views

4 years ago

ThePrimeagen
Git's Best And Most Unknown Feature

HOW HAVE I NOT HEARD OF GIT WORK TREES??? WHAT THE EFF. They are so incredible. You have to check them out!

8:14
Git's Best And Most Unknown Feature

361,263 views

4 years ago

People also watched

midulive
Curso de GIT y GITHUB DESDE CERO Para Aportar a Proyectos

Aprende Git y Github desde cero para que puedas dar tu primer en aportar a proyectos populares y tengas un impacto bastante ...

1:39:30
Curso de GIT y GITHUB DESDE CERO Para Aportar a Proyectos

215,189 views

1 year ago

Moldeo Interactive
Git Courses - Submodule

Simple tutorial on using Submodule in #Git #GitHub. Commands used: git submodule add -repository- git submodule init git ...

8:29
Git Courses - Submodule

13,042 views

6 years ago

Philomatics
Never* use git pull

How to use git pull --rebase to keep your team's commit history clean. Command for creating the 'git pr' alias (so you can ...

4:02
Never* use git pull

1,158,703 views

1 year ago

Boot dev
Git and GitHub - Full Course

Learn Git from start to finished in this full course written by ThePrimeagen. Nearly every developer in the world uses it to manage ...

4:20:00
Git and GitHub - Full Course

477,177 views

1 year ago

Andrew Burgess
You need to use Git Worktrees

If you haven't used git worktrees, you're missing it! they make it simple to easily work on multiple efforts in a single repo at once.

5:45
You need to use Git Worktrees

79,721 views

10 months ago

Stevan Freeborn
How I Manage Git Repositories in Neovim

lazygit.nvim: https://github.com/kdheepak/lazygit.nvim Neovim: https://neovim.io/ lazygit: https://github.com/jesseduffield/lazygit I ...

7:24
How I Manage Git Repositories in Neovim

483 views

3 weeks ago

GDevCon
Git Submodules: An Alternative Approach to Code Reuse - Greg Payne - GDevCon#2

Git submodules are an alternative method for reusing source code between projects while maintaining full traceability and change ...

35:33
Git Submodules: An Alternative Approach to Code Reuse - Greg Payne - GDevCon#2

6,093 views

6 years ago

Theo - t3․gg
Git is holding us back

Git has been the backbone of software for decades, but is it the right solution? Can there be something better? Maybe... Thank you ...

31:40
Git is holding us back

70,933 views

4 months ago

Awesome Open Source
Forgejo: An Alternative to Gitea, A Fork of a Popular Forge Platform

Links === Show Notes ...

41:25
Forgejo: An Alternative to Gitea, A Fork of a Popular Forge Platform

12,864 views

4 months ago

Jan Marshal
This Tool Changed How I Use Git Forever...

Git is one of the most powerful tools we as developers have at our disposal, but at the same time I feel like the built-in tools around ...

19:53
This Tool Changed How I Use Git Forever...

5,179 views

5 months ago

Cameron McKenzie
How to git submodule tutorial

If you're interested in how to git submodule and link multiple projects together, then here is the git submodule tutorial you're ...

24:59
How to git submodule tutorial

51,894 views

5 years ago

GitHub
An Improved Workflow for Submodules - Git Merge 2022

Presented by Emily Shaffer An overview of and update on Google's efforts to create an improved workflow with submodules, ...

29:39
An Improved Workflow for Submodules - Git Merge 2022

11,336 views

3 years ago

GitKraken
Git Tutorial #29: What Is a Git Submodule and How to Use It | Learn Git with GitKraken

Submodules let you keep one Git repo inside another. Powerful, but easy to misuse. In this advanced Git tutorial, you'll learn: What ...

2:44
Git Tutorial #29: What Is a Git Submodule and How to Use It | Learn Git with GitKraken

59,352 views

8 years ago

CodeLucky
Git Submodules: Simplify Project Dependencies & Improve Code Management

Learn how to use Git submodules to manage external dependencies and shared components in your projects! This tutorial ...

7:49
Git Submodules: Simplify Project Dependencies & Improve Code Management

435 views

8 months ago

Tools on Tech
GIT Submodules - Git Series 7

Terminal Commands === git log —graph —format=oneline git submodule update git submodule add I used tmux to show my ...

15:47
GIT Submodules - Git Series 7

12,210 views

6 years ago

Next LVL Programming
Git Subtree Vs Git Submodule? - Next LVL Programming

Git Subtree Vs Git Submodule? In this video, we'll clarify the differences between Git submodules and Git subtrees, two essential ...

3:35
Git Subtree Vs Git Submodule? - Next LVL Programming

499 views

5 months ago

bashbunni
learn git worktrees in under 5 minutes

Git worktrees are a great way to boost your productivity and wrangle your chaotic coding habits. Git worktrees let you check out ...

3:18
learn git worktrees in under 5 minutes

75,463 views

6 months ago

DevOps Toolbox
Google's Git Killer Is INSANELY Better (and it's open source)

Zero To KNOWING Kubernetes in Under 90 Minutes: https://learn.omerxx.com/courses/k8s-from-scratch ❗Use `devopstoolbox20` ...

16:27
Google's Git Killer Is INSANELY Better (and it's open source)

288,484 views

8 months ago

Anton Putra
Git Submodules Explained: Tutorial | Example | Guide | GitHub | Update | GitModules | Git Tutorial

Mentorship/On-the-Job Support/Consulting - https://calendly.com/antonputra/youtube or me@antonputra.com ...

6:27
Git Submodules Explained: Tutorial | Example | Guide | GitHub | Update | GitModules | Git Tutorial

35,091 views

4 years ago

Code, Tech, and Tutorials
CMake Tutorial EP 3 | Git Submodules (adding glfw windowing library example)

full CMake playlist: https://www.youtube.com/watch?v=nlKcXPUJGwA&list=PLalVdRk2RC6o5GHu618ARWh0VO0bFlif4 Find me, ...

21:51
CMake Tutorial EP 3 | Git Submodules (adding glfw windowing library example)

95,322 views

5 years ago