ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,656 results

Hui Ling Wong
Git's 3 Magic Words - Add, Commit, Push

Now that you've discovered Git – or if you're just starting to get the hand of it – you're ready to keep your code in sync between ...

16:04
Git's 3 Magic Words - Add, Commit, Push

52 views

2 months ago

Computational Linguistics @ Illinois
git clone add commit push

... be pushed using git yet so what you need to do is just say git add and then note okay alright just add it that file let's just clear that ...

6:23
git clone add commit push

795 views

7 years ago

Roel Van de Paar
Unix & Linux: Git add, commit, push from bash script

Unix & Linux: Git add, commit, push from bash script Helpful? Please support me on Patreon: ...

2:25
Unix & Linux: Git add, commit, push from bash script

11 views

5 years ago

Pepe Doval
Hacer commits con sentido usando "git add -e"

Tiene los los borrados con lo cual ya puedo utilizar la instrucción git commit para comite Solo esa parte que yo quería.

3:39
Hacer commits con sentido usando "git add -e"

0 views

Streamed 12 years ago

Steve Kenow
Committing and Pushing Changes to a Git Repository

After making some edits to files in your project, you need to publish those changes, moving them from your working directory to ...

5:44
Committing and Pushing Changes to a Git Repository

2,205 views

12 years ago

Programming Made Simple
How To Push Code To Your Github Repository | Step-By-Step Tutorial

... git init git add . git commit -m "Initial commit" git remote add origin https://github.com/yourusername/your-repository.git git push -u ...

8:18
How To Push Code To Your Github Repository | Step-By-Step Tutorial

139 views

1 year ago

ojamboshop
Git Beginner Tutorial: Master Basic Commands (git init, git add, git commit, git push) in 10 Minutes

Welcome to this Git Beginner Tutorial where we cover the basic Git commands you need to get started with version control.

19:11
Git Beginner Tutorial: Master Basic Commands (git init, git add, git commit, git push) in 10 Minutes

223 views

Streamed 5 months ago

Fabian Gabel
git add

git add for Linux, Mac, Windows Add file contents to the index Download git from https://git-scm.com/ On Windows, use git-bash for ...

1:00
git add

73 views

4 years ago

DevopsGuru
Git Basic - Init, Add and Commit command with sample project

Common Git Commands: 1. Working with local repositories. git init. git add. git commit. 2. Sample HTML project - Car Rental ...

6:48
Git Basic - Init, Add and Commit command with sample project

970 views

5 years ago

TechNeleGies
Part 3: Git tutorial - Git commit and Git Push with complete Git flow explained | 2024

Learn git once for all in 2024 ! Git tutorial for beginners - Learn Git for a career in DevOps/Software Engineering. This Git tutorial ...

12:02
Part 3: Git tutorial - Git commit and Git Push with complete Git flow explained | 2024

55 views

1 year ago

Cloud Native Trainer with Mike
How Git works - in under 3 mins

... Introduction 00:00:34 Git stages 00:01:28 git clone 00:01:38 git checkout 00:02:02 git add 00:02:02 git commit 00:02:17 git push.

2:38
How Git works - in under 3 mins

55 views

1 year ago

Roel Van de Paar
Ubuntu: Git commit and push via batch file on Ubuntu

Ubuntu: Git commit and push via batch file on Ubuntu Helpful? Please support me on Patreon: ...

1:58
Ubuntu: Git commit and push via batch file on Ubuntu

18 views

6 years ago

The Codebook Inc.
Learn Git in 19 Minutes | Codebook Inc.

We will be learning git commands like - git init - git remote add - git add . - git status - git commit -m "Your First Commit" - git push ...

18:53
Learn Git in 19 Minutes | Codebook Inc.

190 views

6 years ago

ItZ
Git Command Line for Beginners - Full Course

... repo git add - Adding your changes for tracking git commit - Staging your files for upload git push - Saving Files to the git server ...

1:33:30
Git Command Line for Beginners - Full Course

468 views

4 years ago

John Kary
Intro to git add -p (patch mode) tutorial

One of git's best features, allowing you to craft your commits, instead of throwing all of your changes into one big commit.

9:31
Intro to git add -p (patch mode) tutorial

39,421 views

13 years ago

Opiyo Sebastian
Git Basic Commands

With Git Basics commands, you will be good to start using Git. A lot has been squeezed in a span of one hour and twenty five ...

1:26:27
Git Basic Commands

53 views

5 years ago

Cloud Native Trainer with Mike
Git Commands With Examples (MS Terminal, VS Code and GitHub)

... 00:01:18 git init 00:02:14 git branch example 1 00:03:07 PowerShell New-Item 00:03:54 git add example 1 00:04:26 git commit ...

29:03
Git Commands With Examples (MS Terminal, VS Code and GitHub)

84 views

1 year ago

Seattle University Web Development Certificate
Git Commands Quick Summary

This video presents a quick summary of Git commands useful for working on simple frontend projects. The demonstration uses the ...

7:26
Git Commands Quick Summary

1,765 views

9 years ago

🌟 Crosby Roads
🎯 Communicating Effectively in a Team with Git Commit Messages

Communicating in a team with Git commit messages It is essential in teams to clearly define what needs to be achieved (the target ...

5:48
🎯 Communicating Effectively in a Team with Git Commit Messages

223 views

4 years ago

QaOps
Git cli explained | basic commands

... repository (git add, git commit, git status) 11:50 Sending the local changes to the remote repository (git push) 12:24 Updating the ...

18:13
Git cli explained | basic commands

204 views

5 years ago