3:21
How to Undo Commits in any JetBrains IDE
How often do you find yourself submitting a commit and then wanting to revert it the next second? This may seem like a real ...
8:23
Splitting a Git Commit in Two in CLion
During review (possibly just by yourself), you may come to the conclusion that a commit actually contains two changes, and ...
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 ...
5:21
How to use UDB (previously UndoDB) with Clion
This video covers the basics of using UDB for reverse-debugging in CLion: 1) How to start a program 2) How to set breakpoints ...
8:42
UNDO GIT COMMITS | git reset (soft, mixed, hard) | git revert | git reflog
If you're using git, then probably the ability to getting back to your saved checkpoints is one of the reasons you're using git, in this ...
0:57
Reversible debugging with UndoDB in JetBrains' CLion - Preview
A short clip showing the essentials of how UndoDB integrates into JetBrains' CLion IDE for C/C++ to give it reversible debugging ...
3:11
See Unsynced Commits in any JetBrains IDE
When you work on a feature, you create a feature branch. Here, you can work away, in isolation. But while you are away, your ...
1:18
CLION Create a new branch and commit to GitHub #clion #github #newbranch #commitbranch
Things I Learnt in Engineering
CLion Create a new branch and commit to GitHub.
5:34
IntelliJ IDEA: Resolving Merge Conflicts in Git
IntelliJ IDEA, a JetBrains IDE
When you work in a team, you may come across a situation when somebody pushes changes to a file you are currently working ...
3:43
How to push Project from IntelliJ to GitHub | Commit and Push Code to Github Git
Lets push code from a new project to GitHub. Help me reach my first 1k subscribers: ...
9:45
git rebase - Why, When & How to fix conflicts
Why, when and how to do git rebase. How to fix merge conflicts during git rebase. If you like my style of teaching, I'd love to see ...
2:57
Hướng dẫn dùng CLion code C Tích hợp Version Control commit code lên Github.
2:28
Git Rebase in any JetBrains IDE
When you rebase a branch onto another branch, you apply the commits from the first branch on top of the head commit in the ...
0:58
(8/27) - Revenir à une version précédente du code sur Github
Retrouvez nos formations sur notre plateforme l'Académie WS https://academiews.fr/courses **_ DISCORD _** ...
9:22
CLion / Git / Bazel Walkthrough
This will walk you through how to get the right version of CLion, install it, get the Bazel plugin installed, download the class ...
2:52
Resolving Git Merge Conflicts: The Easy Way
When you work in a team, you may come across a situation when somebody pushes changes to a file you are currently working ...
4:18
How Git Works: Explained in 4 Minutes
Get a Free System Design PDF with 158 pages by subscribing to our weekly newsletter: https://bytebytego.ck.page/subscribe Git ...
2:43
How to STASH in Your JetBrains IDE
Sometimes it may be necessary to revert your working copy to match the head commit, but you do not want to lose the work you ...
3:18
Edit Commit Message in any JetBrains IDE
Found a typo in a commit message that you just committed? You can still reword it before you push it. Watch how Paul Everitt ...
4:04
Avoid Disaster with Local History in any JetBrains IDE
Sometimes you're working in a project that isn't yet under version control. Or, you've done a lot of work since your last commit.