[CQ19] Sublime Merge Integration

  Рет қаралды 9,303

OdatNurd - Sublime Text Tutorials

OdatNurd - Sublime Text Tutorials

Күн бұрын

Пікірлер: 32
@zacharys8090
@zacharys8090 4 жыл бұрын
What an underrated channel. Love your attention to detail and little edits you have. You put a ton of work in your videos and it shows.
@OdatNurd
@OdatNurd 4 жыл бұрын
Thanks! :)
@dibbyo456
@dibbyo456 4 жыл бұрын
“Realising I’m the only one who edited this file” - LMAO. Anyway outstanding video. Thank you 🙏
@OdatNurd
@OdatNurd 4 жыл бұрын
Thanks! 😁
@msven
@msven 3 жыл бұрын
those keybindings were AWESOME! I decided to get Sublime Merge and was at first "meh" until I saw that ability.
@OdatNurd
@OdatNurd 3 жыл бұрын
Awesome!
@anildhage
@anildhage 3 жыл бұрын
Jesus. Man thank you so much. btw sublime merge is awesome. I started to code not so long ago, but my VScode started using a lot of CPU then guess what? I started Sublime and released a gem-like software sublime merge in it. Wow. By the way, when did this sublime merge come out? is it in 2018?
@OdatNurd
@OdatNurd 3 жыл бұрын
Great to hear! The very first build that was made publicly available was back in September of 2018 indeed; it turned 3 years old just a couple of days ago!
@r2com641
@r2com641 2 жыл бұрын
Hello, I have a special question, can Sublimemerge handle sparse checkouts easily? For example, if from the whole repo, I only wanna checkout and maintain certain folders, can it be easily done in this program without any hassle? and how do you do it?
@OdatNurd
@OdatNurd 2 жыл бұрын
As far as I am aware, Merge only has the power to clone whole repositories. However if you were to manually do a sparse clone or sparse checkout, you should be able to work with it from inside of Merge just fine I would think.
@arthurdent2094
@arthurdent2094 4 жыл бұрын
I recently added a comment to your "Finding Commands" video (which is great too by the way - but it was intended for this video (auto-play had skipped on and I didn't realise when I posted my comment). The question (as well as saying how useful *this* video has been for me) was this... ...Now that I see where to push / pull to remote origin, I find that I have to enter my github username and password each time. Is there anywhere in ST3 that I can set this so that it "remembers" my credentials? (or possibly uses my ssh key as I do from the command line?). Thanks again!
@OdatNurd
@OdatNurd 4 жыл бұрын
Just in case someone runs across this comment and has the same question, the answer for this one is in the comment section of the other video: kzbin.info/www/bejne/jonEqZ6ee8xrabc
@mariyakvitkina6632
@mariyakvitkina6632 3 жыл бұрын
What to do if there are no Sublime Merge commands in the Command Palette? Sublime Merge is installed.
@OdatNurd
@OdatNurd 3 жыл бұрын
If you don't see the options in the command palette, the most common reasons for that would be one of: The file you're currently editing is not part of a `git` repository, the git support is turned off (show_git_status is set to false), you're using the 32-bit version of Sublime Text or the version you're using doesn't have git support. If none of those are the case, you should see the options in the command palette for files tracked by git even if Sublime doesn't know where Merge is installed (in which case it will tell you what setting you can apply). Less commonly an override might have been made on the default commands file that doesn't include the options. In which case a thing to check would be if the options appear in the context menus for a file or in the side bar. An override like this would look like a file named `Default.sublime-commands` inside of `Packages/Default` (that folder generally does not exist except in cases like this).
@ayushrajput6284
@ayushrajput6284 4 жыл бұрын
How to get that master button in the bottom of sublime text window
@OdatNurd
@OdatNurd 4 жыл бұрын
It should automatically appear if git support is turned on and the current file is stored in a git repository. Git support is turned on by default, but it requires the 64 bit version of Sublime.
@ayushrajput6284
@ayushrajput6284 4 жыл бұрын
@@OdatNurd ok done.. Sir is there any way to have terminal for git(bash) in sublime text like in VSCode
@OdatNurd
@OdatNurd 4 жыл бұрын
@@ayushrajput6284 The Terminus package can do that. I have a video on that here: kzbin.info/www/bejne/o4eTmJuhgtyHh8U
@ayushrajput6284
@ayushrajput6284 4 жыл бұрын
@@OdatNurd awesome video sir 👍 Sir I created my own "NodeJS command prompt" terminal for my sublime text by adding { "name": NodeJS Terminal ", "cmd" : "cmd.exe","/k","nodevars.bat", "env" : {}, "enable" : true, "platform" : ["windows"] } to terminus.Sublime-settings--User Thank you sir again 🙏🙏🙏
@tachyonpost1472
@tachyonpost1472 4 жыл бұрын
Great video thanks. One question though. I dont see the contect menu option on either sidebar file/folder items or when selecting file chuncks. Also not to find in command pallet. I thought it was maybe because i ran an unregistered version. but just bought a license and its still the same. Running latest versions of both and both registered. Any ideas ?
@tachyonpost1472
@tachyonpost1472 4 жыл бұрын
Nevermind. Reinstalled and reconfigured everything from scratch. About 2 hours work with all my plugins etc but now it works.
@OdatNurd
@OdatNurd 4 жыл бұрын
The trial version of Sublime is fully functional so anything you want to try should work the same both ways. The Git support is only enabled in 64-bit versions, so if you're using a 32-bit version it won't appear. If you open a file that's tracked by git, does the status bar show you the name of the branch?
@tachyonpost1472
@tachyonpost1472 4 жыл бұрын
OdatNurd - Sublime Text Tutorials Tnx but as mentioned i reinstalled everything from scratch . Same versions. Guess it was an old plugin as i am a sublime users since years. So likely some old crap from other git plugins blocked something.
@OdatNurd
@OdatNurd 4 жыл бұрын
@@tachyonpost1472 glad you got it sorted! Sorry, KZbin wasn't showing me the whole comment thread. 😁
@simawpalmer7721
@simawpalmer7721 4 жыл бұрын
hi, how can you play videos in sublime text ?
@OdatNurd
@OdatNurd 4 жыл бұрын
Unfortunately, you can't. Sublime can display images, but not videos. I use editing tricks to do so for my videos. :)
[CQ20] Finding Commands
11:36
OdatNurd - Sublime Text Tutorials
Рет қаралды 541
[CQ18] Git Integration
22:56
OdatNurd - Sublime Text Tutorials
Рет қаралды 7 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
Git MERGE vs REBASE
16:12
Academind
Рет қаралды 1 МЛН
[PPR06] Terminus
14:00
OdatNurd - Sublime Text Tutorials
Рет қаралды 29 М.
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 276 М.
[CQ16] Projects and Workspaces
32:03
OdatNurd - Sublime Text Tutorials
Рет қаралды 7 М.
10 Signs Your Software Project Is Heading For FAILURE
17:59
Continuous Delivery
Рет қаралды 42 М.
I just tried o3-mini
6:31
ThePrimeTime
Рет қаралды 227 М.
Coding a Web Server in 25 Lines - Computerphile
17:49
Computerphile
Рет қаралды 362 М.
How Git Works: Explained in 4 Minutes
4:18
ByteByteGo
Рет қаралды 350 М.
[CQ04] Build System Basics
11:45
OdatNurd - Sublime Text Tutorials
Рет қаралды 12 М.
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН