5:48
TortoiseGit Rebase - deleting files from history
This is short demo of how to delete some files added to repository when normal ammend is not an option and we don't want to ...
0:48
Easy to Git Part 2: TortoiseGit and Revert
Demo of how easy it is to revert files using TortoiseGit.
11:06
How to remove untracked files in git | The git clean command
In the world of version control, Git is the reigning champion. However, managing your project's files can sometimes get messy, and ...
11:38
TortoiseGit Essentials: Merging and Deleting Git Branches
Git Branch Mastery with TortoiseGit: Merge and Delete Like a Pro!** Unlock the power of Git branch management! In this tutorial ...
4:38
TortoiseGit Tutorial 2: How to clone Git Repository
It shows how to clone git repository hosted on GitHub using tortoiseGit.
6:45
TortoiseGit Tutorial 3: git add (staging) , commit and push
It shows how to perform git operation such as add, commit and push operations using tortoiseGit. Here, we modify files, add ...
0:55
How to Delete a Github Repository - Basic Tutorial | New
How to Delete a Github Repository - Basic Tutorial | New #computersciencevideos #GitHub #VersionControl This is a quick github ...
3:48
How to Remove & Delete a Local Git Repository
Need to delete a Git repo? Was the local repo to delete created with Git init? If you are having a problem deleting your local Git ...
3:04
Remove and Revert Uncommitted Git Changes & Files
Need to revert uncommitted Git changes from your workspace? You can revert uncommitted changes in Git simply by issuing two ...
4:54
TortoiseGit Tutorial 9(b): Undoing local changes using tortoiseGit reset option
It explains how to undo local changes using TortoiseGit reset option with reset type (HARD) (equivalent git command is: git reset ...
10:26
TortoiseGit Tutorial 9(d): git revert using tortoiseGit
It describes about the git revert command and compares with git reset and also shows when to use git revert over git reset. Here ...
2:41
How to Add/Remove files in Git Local Repository?
Sanket Shanbhag - Technical Coach
Commands: -------------------- git add sanket.java git rm --cached sanket.java git add sanket.java sanket.class git commit -a -m ...
2:37
How to UNDO / REVERT a PUSHED COMMIT in GIT - 2 Ways - Which One Suits Your Needs?
revertpushedcommit #git #gitrevert 0:00-0:35 Intro. 0:38-1:30 Option #1: git revert (public branches) 1:39-2:26 Option #2: git reset ...
1:17
Windows : Correct git.exe path for TortoiseGit under Git for windows 2.4
Windows : Correct git.exe path for TortoiseGit under Git for windows 2.4 To Access My Live Chat Page, On Google, Search for ...
5:27
TortoiseGit & GitHub for Windows - Hard Reset and Pull from remote
Aprenderemos de una manera rápida cómo hacer un hard reset desde Tortoise Git, para retomar una versión anterior de nuestro ...
4:52
Git And Github Delete Branch And File Also See The Log Part 4.
Hey Guys...!! I am going to show you how to delete the branch and file in Git and GitHub account and also see the log according to ...
12:11
TortoiseGit Tutorial 13: Create, show and delete git tags using tortoiseGit
It shows the concept tagging in git. It also demonstrates what is lightweight tag and annotated tags. Creation, listing and deletion ...