The Magit Git Client Is The "Killer Feature" In Emacs

Поделиться
HTML-код
  • Опубликовано: 7 сен 2024
  • Users of other text editors often ask "why should I switch to Emacs?" or, more specifically, "what is the killer feature that Emacs offers?" Depending on your workflow, the killer feature for Emacs could be a number of things, one them being Magit!
    REFERENCED:
    ► www.gnu.org/so... - GNU Emacs
    ► github.com/hli... - Doom Emacs
    ► magit.vc/ - Magit
    WANT TO SUPPORT THE CHANNEL?
    💰 Patreon: / distrotube
    💳 Paypal: www.paypal.com...
    🛍️ Amazon: amzn.to/2RotFFi
    👕 Teespring: teespring.com/...
    SOCIAL PLATFORMS:
    🗨️ Mastodon: mastodon.techn...
    💬 IRC: irc://freenode #distrotube
    👫 Reddit: / distrotube
    📽️ LBRY: lbry.tv/$/invi...
    DT ON THE WEB:
    🕸️ Website: distrotube.com/
    🐿️ Gopherhole: gopher://distro.tube
    📁 GitLab: gitlab.com/dwt1
    FREE AND OPEN SOURCE SOFTWARE THAT I USE:
    🌐 Brave Browser - brave.com/dis872
    📽️ Open Broadcaster Software: obsproject.com/
    🎬 Kdenlive: kdenlive.org
    🎨 GIMP: www.gimp.org/
    🔊 Audacity: www.audacityte...
    💻 VirtualBox: www.virtualbox...
    Your support is very much appreciated. Thanks, guys!

Комментарии • 163

  • @KLineDIM
    @KLineDIM 4 года назад +28

    I’m a developer and my gateway into emacs was org mode and SLIME. Magit of course is extremely useful and my git porcelain of choice, but org mode is fundamental to my workflow. Whenever I export some notes in pdf form and send it to someone, very frequently I get compliments and questions about creating such beautiful, high quality documentation. It’s especially useful for tech leads, managers or anyone in need of producing any kind of documentation.

  • @Bloodnaousky
    @Bloodnaousky 4 года назад +76

    and hes back at emacs again, love it.

    • @DistroTube
      @DistroTube  4 года назад +27

      I'm all over the place!

    • @AndersJackson
      @AndersJackson 4 года назад +1

      @@DistroTube and I really like that.
      See now, you have covered Org mode, Dired and now Magit.
      Have you talked about tramp mode? That is also a cool feature, esp if one manage servers. You just open the file as
      /proto:user@machine:file, like
      /ssh:dm@machine: file.txt or
      /sftp:dm@machine:file.txt or
      /sudo:root@localhost:/etc/host
      Really nice, you can even edit this, like it was local.
      /ssh:dt@machine:files.tgz
      Edit a file and then store it back into the remote archive.

    • @azechele
      @azechele 4 года назад

      @@DistroTube Notmuch next lel

    • @johnc3403
      @johnc3403 3 года назад

      it won't last

  • @abhileshxd621
    @abhileshxd621 4 года назад +11

    I love how DT puts the references in the video description. It shows professionalism! Good job as always DT 👍

  • @bobgrimes8618
    @bobgrimes8618 4 года назад +3

    DT, just completed your Noob to Expert using Linux Mint 19.3. It took me 2 days starting and stopping, but that monokai look is great! Great teacher!

    • @DistroTube
      @DistroTube  4 года назад +2

      Much appreciated, sir!

  • @matt8earas
    @matt8earas 4 года назад +33

    I love the vimfugitive plugin. It's very smooth, like for example being able to "visually select" which hunks you want to add.
    It's based on magit, I think.

    • @DistroTube
      @DistroTube  4 года назад +14

      Yea, you can do the same in Magit. In the video where I type "s" to stage something. If I "TAB" to look at the diff, I can visually select a region to stage ( by pressing "s" after I select the region).

    • @EugeneMoscow
      @EugeneMoscow 4 года назад +14

      Yeah vimfugitive is pretty much the same as magit as far as I can see in this video. So not really a feature to switch from vim.

    • @matt8earas
      @matt8earas 4 года назад

      @@DistroTube Yeah they are pretty awesome.
      nnoremap gs :Gstatus G
      will save me 20 seconds each week lol

    • @erichlf
      @erichlf 4 года назад +4

      @@EugeneMoscow for me the combination of evil mode, magit, org mode, and projectile was what got me to switch. I use spacemacs and wish I had switched years ago.

    • @yScribblezHD
      @yScribblezHD 4 года назад +1

      EugeneMoscow Agreed - I switched to vim fugitive and never looked back.

  • @caio4131
    @caio4131 4 года назад +19

    For me, the killer feature is simply Elisp. ;)

    • @kevinkeefe6161
      @kevinkeefe6161 4 года назад +2

      what are you using Elisp for outside of your emacs configuring / tinkering to make it killer? I've wanted to learn more elisp but don't see much purpose for it outside of tinkering my emacs.. therefore i just usually let something like doom accomplish 95% of what i need and just focus on the other languages / projects i'm working on

    • @johnc3403
      @johnc3403 3 года назад +1

      ( yeah (i love using (brackets) too))

    • @overclucker
      @overclucker 3 года назад +1

      @@kevinkeefe6161 Emacs has a lot of tools built in so it can actually be easier sometimes to just write in elisp. Especially if the task is interactive or has lots of moving parts, magit is a good example of this. I've written web scrapers, one of which generates epubs. I made a loose file synchronizer, which I use for several batch jobs. I also wrote a script to fetch tarballs from kernel.org verify the signature, and then build and install it. Really, any time I get annoyed by doing the same thing multiple times, I write a script.

  • @aedd3307
    @aedd3307 4 года назад +23

    For me the killer feature of emacs is SLIME, just the best way to interact with common lisp in emacs, tuareg is also nice for ocaml, haskell-mode for haskell as well.
    Just anything that has a REPL.

    • @viddyscene
      @viddyscene 4 года назад +1

      You've slime in VIM as well. Is it better than vim-slime?

    • @AndersJackson
      @AndersJackson 4 года назад +1

      I run OCaml in Emacs, and it is great. Really nice. Not so much Haskell or Slime.

    • @Alexander-ic4rr
      @Alexander-ic4rr 4 года назад +3

      I find Sly more powerful than SLIME, but pretty lambda doesn't work in Sly's repl, and it really bugs me.

    • @twb0109
      @twb0109 3 года назад

      Vim-slime is good enough

  • @celestialadministration
    @celestialadministration 4 года назад +7

    I know a network administrator who uses NixOs. Spacemacs is his go to fancy editor. I don't pretend to know how it works or why he likes it. Emacs does appeal to my interest.

    • @AndersJackson
      @AndersJackson 4 года назад +4

      Well, look into TRAMP, and you know why he like Emacs.

  • @MrMangkokoo
    @MrMangkokoo 4 года назад +49

    emacs is one reason to watch DT instead Luke Smith

    • @zeocamo
      @zeocamo 4 года назад +5

      or watch Luke Smith and install fugitive for your vim

    • @AlucardNoir
      @AlucardNoir 4 года назад +18

      Bah, they're the same person. Everybody know it. He just glues on a goatee when he records the Luke Smith videos.

    • @Jupiter__001_
      @Jupiter__001_ 4 года назад +3

      Nah, emacs tries to be too many things at once. I wouldn't mind that, but it would probably be better to have a whole system based on lisp (a la lisp-machines) than to create a lisp environment on x86 hardware on top of the GNU core-utils environment. Vim is nice and small, for the amount of features it packs (plugins often just do what the base install can already do, e.g. autocomplete).

  • @gugtz
    @gugtz 4 года назад +2

    I like that you changed your mind about emacs and are now posting more content about it.
    Im waiting for the mu4e tutorial. 👍

  • @Phydoux2112
    @Phydoux2112 3 года назад

    I wonder how many came here from your latest video (06-11-2021) to try out magit again. I remember trying it but failed because magit wasn't enabled. Well, I enabled it and now it works great! This may be the best way to push stuff to gitlab now!

  • @seanpaul9484
    @seanpaul9484 4 года назад +47

    like seeing emacs content :)

    • @DistroTube
      @DistroTube  4 года назад +14

      Thanks! And I declare your comment the true "first". :D

    • @seanpaul9484
      @seanpaul9484 4 года назад +1

      DistroTube 🥰

  • @MrMangkokoo
    @MrMangkokoo 4 года назад +8

    finally 2020 emacs course. I WANT TO CONSOOM MOOOOOOOOOOORE

  • @AtomToast
    @AtomToast 4 года назад +7

    since you're not an absolute git poweruser, fugitive for vim is probably enough for you aswell. Personally it does absolutely everything I would need even though from what I heard it's not quite as insane as magit.
    You should give it a look at some point

  • @alejandrogiussi6369
    @alejandrogiussi6369 4 года назад +3

    You read my mind. I was just today looking for info about magit. Now i need a tutorial for mu4e :). Good content. Thank you.

    • @DistroTube
      @DistroTube  4 года назад +8

      mu4e (and other plugins) are planned for video soon.

    • @capability-snob
      @capability-snob 4 года назад

      Zamanski has some great videos on different aspects of mu4e, you might like.

    • @AndersJackson
      @AndersJackson 4 года назад

      I used to use Gnus, which is a cool Emacs application to read different info like Net news, mail, manuals, etc and put them into same source and ui. Can source from different formats and sources and store in many formats.
      Really nice, but need to be all abo

    • @jdecicco91
      @jdecicco91 4 года назад

      Definitely need a Mu4e video!

  • @David-pz4gy
    @David-pz4gy 4 года назад +10

    second channel EmacsTube when?

  • @Maaruks
    @Maaruks 4 года назад +3

    I use magit every day. Developers love Emacs and magit !

  • @Yujideluca
    @Yujideluca 4 года назад +6

    This channel is overflowing with interesting tools! I became a huge fan of emacs (and evil mode) and xmonad thanks to it!

  • @garciajero
    @garciajero Год назад +1

    org-mode and magit are two massive features ... fugitive doesn't get nowhere close ...and I have been using fugitive for years and have huge respect for tpope , but emacs beinga graphical app give you a lot more to work with

  • @ryanmay9303
    @ryanmay9303 Год назад

    You're really helping me level up my workflow. I'm a software engineer and I've lived in vscode, but once I saw vim being used I had to hop on the train. And we all know vim is just a gateway drug to emacs ;)
    I really appreciate the work you've put into these videos.

  • @otavioschwanck6668
    @otavioschwanck6668 4 года назад +7

    As a profissional dev i have to say: Magit is the best git client of the world. I use it all day long with stashs, pulls, fix conflicts, cherry picks, etc.

  • @twb0109
    @twb0109 3 года назад +1

    I see where the inspiration for fugitive-vim came from

  • @maxxcan
    @maxxcan 4 года назад +6

    your videos about Emacs are the best! Thaks!

    • @AndersJackson
      @AndersJackson 4 года назад

      They are one of top three that I know of.
      Really good quality and length, but should probably be posted a bit more to be top.
      But then it would be a Emacs channel and I don't think I want it to be that.

  • @Ateshtesh
    @Ateshtesh 4 года назад +1

    I great to hear about emacs with a F.M like voice! thank you a lot for your videos! Regards!

  • @zeocamo
    @zeocamo 4 года назад +2

    FOR VIM users we got a plugin that do what Magit does it is call 'fugitive' so if you love your VIM/NEOVIM then just install fugitive and you get all the git goodness

  •  4 года назад +4

    "which I'm sure are fantastic" nice xD

  • @censoredterminalautism4073
    @censoredterminalautism4073 4 года назад +3

    For me it's definitely org-mode. I have a lot of lists and notes, and it's impossible for them to not be messy without it. It's just too much information. It's pretty amazing for learning languages as well. Anything that can be categorized can be done better in org-mode, so it's great for learning in general. Also great for configs. Really, org-mode should be a default feature in all text editors. It's good enough that I don't see how someone could not find it useful.

    • @hidragon91
      @hidragon91 2 года назад +1

      I agree. Org mode is badass.

  • @jgndev
    @jgndev 3 года назад

    Super helpful, I'm a dummy and wasn't getting how to use Magit thanks for the video

  • @johnc3403
    @johnc3403 3 года назад +1

    I love git in the fish shell and I love emacs. I don't need to merge the two for now..

  • @jeetadityachatterjee6995
    @jeetadityachatterjee6995 4 года назад +1

    I find you can close the commit by just saving and quitting the file. So you can do ZZ or :wq and they will work the same as C-c C-c just a bit faster ;)

  • @TuxmanXP
    @TuxmanXP 4 года назад +2

    For me, the killer feature in GNU Emacs’s version control management is vc-mode as it integrates all of the version control systems I use (Fossil, Darcs, SCCS) into Emacs. Magit makes no sense if you don’t use Git.

    • @MMABeijing
      @MMABeijing Год назад

      What proportion of programmers are not using git, in your opinion? I am genuinely curious

    • @TuxmanXP
      @TuxmanXP Год назад

      @@MMABeijing Most, I guess.

  • @alanauckland3663
    @alanauckland3663 4 года назад +2

    i started looking at it again after your last video. It's been fun
    When I tride Magit it took me 20mins to get the basic commands.
    And then I got faster at it. it is very nice and i know i only have basics. Stage, commit and push for now
    I want to learn tramp, and code completion and finnaly
    start to customise the config

    • @AndersJackson
      @AndersJackson 4 года назад

      Tramp is easy.
      Everywhere where you can open a file, open the file as usually, but then enter file in a special format.
      /protocol:[user@]machine:file
      Protocol can be for instance: ssh, sftp, ftp, sudo, su.
      You can use TAB in any position.
      Examples:
      /sudo:root@localhost:/etc/hosts
      /ssh:user@machine.com:file.txt
      /ssh:user@machine.com:archive.tgz
      Etc...

  • @renegade5942
    @renegade5942 4 года назад +2

    the best part of show is when he thanks the doners

  • @konstantinosdiamantis6098
    @konstantinosdiamantis6098 2 года назад +1

    Thank you for this magit presentation! I found also nice that you have descriptions and the shortcuts of keys after M-x (for example in 1:43). How can I activate that?

  • @michaelmueller9635
    @michaelmueller9635 8 месяцев назад

    There is neogit as plugin for Nvim out there: It does exactly what Magit does.

  • @nabarunr3
    @nabarunr3 Год назад

    For me the killer feature was Org mode and especially, Org Roam. Its a fantastic notes management system.

  • @dougbeney6399
    @dougbeney6399 4 года назад +6

    DT! Type M-x tetris
    ...you're welcome.

    • @AndersJackson
      @AndersJackson 4 года назад +1

      Or M-12 M-x tetris
      Or M-x doctor
      Emacs can even make Coffe, which is an implementation of an RFC that I don't remenber the number of. :-)

    • @minepro1206
      @minepro1206 4 года назад +1

      I'm even more sold to emacs now. I only knew about the doctor.

  • @bendover4728
    @bendover4728 4 года назад +4

    The killer feature of Emacs is Tetris!

  • @stephenjayakar1846
    @stephenjayakar1846 11 месяцев назад

    I think I'm a little frustrated as I hoped this would be pitch for magit to more advanced developers. Things that would have been nice to talk about (i'm going to be investigating these on my own now):
    * diffing from `master...` aka view all the changes between your branch and where you branched off from master
    * can this create PRs? / does it have `gh` CLI integration?
    * how good is this at merge conflicts?
    also, what are the unknown unknown killer features that are things that are really hard to do with `git` CLI?

  • @Naegimaggu
    @Naegimaggu Месяц назад

    Do you usually pronounce Magit as 'maggot' like here or magic with a 't' at the end?

  • @orion55
    @orion55 4 года назад +2

    magit truly is a fantastic tool

    • @zeocamo
      @zeocamo 4 года назад

      so is fugitive.vim too

  • @georgemorrison9665
    @georgemorrison9665 4 года назад

    I have not tried it myself but vimagit states states "100% inspired from magnificent emacs Magit plugin" on their GitHub page.

    • @DistroTube
      @DistroTube  4 года назад +2

      Inspired by....but not even close to magit in functionality. Unless it's changed recently, you can't even push from vimagit.

  • @programmingguy6081
    @programmingguy6081 4 года назад +1

    Hmmm if I had started with Emacs maybe I would be a Emacs person. However, I started with vi since it comes with every Unix and Unix like OS out there. To each their own I guess.

    • @MarsyasSylenus
      @MarsyasSylenus 4 года назад

      I think they both have their own place. I am predominantly a Doom Emacs user, but I still use vi for many CLI quick editing because it's fast and simple, whereas Emacs CLI is a fallback at best.

  • @francoisdupont3082
    @francoisdupont3082 2 года назад

    To be fair, Idea IDEs (and I’m sure VSCode) have similar tooling. The problem with these IDEs is the Windows GUI legacy. 30 years of hindsight show how superior Stallman’s design patterns were compared to Steve Job’s. Software would be so much better had it remained an engineering discipline.

  • @AnzanHoshinRoshi
    @AnzanHoshinRoshi 4 года назад +1

    Thank you, Derek.

  • @rednafi
    @rednafi 3 года назад

    Someone ported Magit to VSCode as well, that's sweet!

  • @TheJayman213
    @TheJayman213 Год назад

    Looks good but I think the new CLI tool Lazygit actually has this beat.

  • @jorschachblatant1934
    @jorschachblatant1934 4 года назад +1

    Sorry but how do you get emacs run in different tabs? I can’t really figure that out for a long time.

    • @shuwan4games
      @shuwan4games 4 года назад

      What do you mean by that?

    • @AndersJackson
      @AndersJackson 4 года назад +3

      Use C-x 2 or C-x 3 to splitt window vertical and horizontal in Emacs. C-x 0 close a window and C-x 1 close all other windows. Change window with C-x o
      Prefix each of them with a C-x 5 instead of just C-x, and it works with frames instread.

  • @aangGAD
    @aangGAD 4 года назад

    Good video! I love emacs.
    What do you use for making/editing your videos?

    • @micaelviana
      @micaelviana 3 года назад

      He talks about this in this video: All That Software On My PC. What Do I Actually Use?
      I can't put the link cause youtube will delete my comment

  • @PaperBenni
    @PaperBenni 4 года назад

    Has nobody here ever used vim fugitive? It looks and acts basically the same, :G gets you a status page that looks the exact same, some binds are different like "=" for the inline diff and the log is a seperate window with :Glog, but I fail to see any difference here besides the bindings

  • @DJ_Cthulhu
    @DJ_Cthulhu 4 года назад +7

    The killer feature of Emacs, is Emacs. 😉

  • @Kolkoscon
    @Kolkoscon 2 года назад

    On 7:55, what kind of configuration are you using to push without having to enter a passphrase?

  • @hordeforlife2802
    @hordeforlife2802 4 года назад

    There's jreybert/vimagit (on GitHub) for Vim as well.

    • @DistroTube
      @DistroTube  4 года назад

      Vimagit is horrible. It can't do 2% of what magit can do. Vimagit couldn't even push the last time I tried it.

  • @chrisw1381
    @chrisw1381 3 года назад

    hey, what theme are you using for arch? That is pretty sick

  • @SenthilBabuji
    @SenthilBabuji 4 года назад

    I recommend taking a look at all the videos listed in emacs rocks. Magit is just scratching the surface of emacs.

  • @Marco-rv7ec
    @Marco-rv7ec 2 года назад

    What is the distro DT is using in this video?

  • @alan_core
    @alan_core 4 года назад +1

    DT is the man!!!

  • @Zmunk19
    @Zmunk19 3 года назад

    is there a way to view, edit, and run jupyter notebooks in emacs? if so, I'm switching

  • @pascal7947
    @pascal7947 4 года назад

    How do you get the keybindings visible in the M-x menu?

  • @benedikt4160
    @benedikt4160 4 года назад

    The killerfeature in emacs is org-mode. org-mode is the only thing i miss in vim/vscode

    • @benedikt4160
      @benedikt4160 4 года назад +1

      i started with spacemacs years ago and builded a plain emacs config i used it a lot but a few month ago i switched back to neovim with a pretty simple config. I only miss my org-mode

  • @inuke4fun832
    @inuke4fun832 4 года назад

    Fugitive is the same thing why would this be the reason to switch from vim to emacs

  • @dougbeney6399
    @dougbeney6399 4 года назад +3

    The maggot git client? That scarred me. :0
    I pronounce it similar to how you pronounce magic.

  • @badwolf8112
    @badwolf8112 3 года назад

    can you please make the font about 20 times larger in videos?

  • @kronikpillow
    @kronikpillow 3 года назад

    btw, there is vimagit ... it doesn't cover everything that magit does, it can't push to the git repository, but you can commit, amend, and so on, in vim as well :P wish someone continued the vimagit project, seems abandoned

  • @Hedshodd
    @Hedshodd 4 года назад

    I don't quite understand why people absolutely have to use git through their editor directly. I just use lazygit from the terminal, and you can probably call that through emacs or vim too

    • @Archwyrm
      @Archwyrm 3 года назад +2

      As a developer, I think the nicest thing about git in your editor is that you can stage, edit, or reset hunks very easily. You can also look over a diff of your changes and if you need to change something, you can hit a key and be taken straight to that line in your editor. My workflow before committing used to be to run `git diff` in the terminal, see something that needed a change, navigate there in my editor, change, run `git diff` again (and probably have to find where I was in less in anything but a small commit). It's a much slower and tedious workflow.

    • @Hedshodd
      @Hedshodd 3 года назад +1

      @@Archwyrm Yeah, cannot believe I didn't see the benefit 3 months ago, because nowadays I'm making extensive use of vim-fugitive lol

  • @MingweiZhang
    @MingweiZhang 4 года назад

    I use Jetbrains tools for coding, but when it comes to make some sensible commits, I always switch back to emacs to do so.
    Also, org-mode is the killer app for me.

  • @khanhnhatmaile1321
    @khanhnhatmaile1321 4 года назад +1

    is that I3 DE? looks clean

  • @utkarshsingh617
    @utkarshsingh617 4 года назад

    Coc.nvim noob here how can we get python code completion in doom emacs ??

  • @capability-snob
    @capability-snob 4 года назад +1

    Love it, but the real killer feature is isearch responding as you type. It's such a small thing but / and ? don't compare.

    • @shuwan4games
      @shuwan4games 4 года назад +1

      Try swipper

    • @TdTSimonBE
      @TdTSimonBE 4 года назад

      You mean like "set incsearch" in vim?

  • @viddyscene
    @viddyscene 4 года назад +1

    Org-Mode?

  • @random7983
    @random7983 4 года назад +2

    your mic volume is pretty low, please increase it

    • @DistroTube
      @DistroTube  4 года назад +1

      I noticed this as well. PulseAudio decided to lower my mic input by itself for no apparent reason. And people say that my PulseAudio hate is unwarranted!

  • @yash1152
    @yash1152 Год назад

    2:23 evil keybinds (j & k)

  • @AlucardNoir
    @AlucardNoir 4 года назад

    Well, he at least knows the name of all major text editors...

  • @marcin6386
    @marcin6386 4 года назад

    True, true

  • @dkosmari
    @dkosmari 4 года назад

    My git client is hg + hg-git.

  • @ridhowijaya7959
    @ridhowijaya7959 4 года назад +1

    after distro hoping wm hoping now im going software hoping. pls make it stop XD

  • @Johnvardas
    @Johnvardas 4 года назад +2

    Once you go Emacs you can't go anywhere else.

    • @zeocamo
      @zeocamo 4 года назад

      or just do vim with fugitive

  • @alecstewart212
    @alecstewart212 4 года назад

    tig is fairly interesting.github.com/jonas/tig
    But Vim does a shit job with interacting with some terminal programs, because
    you have to wrap shit in Vimscript to get it to work smoothly.
    Kakoune makes using tig fairly easy.
    I still find magit to be better, and fugitive to be...only fine.

  • @KristofferPlagborgBakSrensen
    @KristofferPlagborgBakSrensen 4 года назад

    Have you tried lazygit github.com/jesseduffield/lazygit? It is what I use together with neovim, and its functionality seems to be very similar to magit in Emacs.

  • @sepi4
    @sepi4 4 года назад

    you should try vscode with GitLens extention

  • @batsu47
    @batsu47 4 года назад +1

    vim-fugitive is fine enough.

  • @Daniel-kg7lq
    @Daniel-kg7lq 4 года назад +1

    Killer feature? Tetris of course.

  • @american763
    @american763 4 года назад

    Magit is awesome. BUT we now have vimagit for vim so at this point the choice is yours

    • @DistroTube
      @DistroTube  4 года назад

      Last time I tried vimagit, it couldn't even do a push.

    • @zeocamo
      @zeocamo 4 года назад +3

      in vim we got fugitive it just works!!!

    • @american763
      @american763 4 года назад

      It can’t push yet but it’s in the “upcoming features” section on the markdown last I checked. A mix of vimagit and fugitive is really nice for now 🙂

    • @PlunneCeleste
      @PlunneCeleste 2 года назад

      @@american763 One year later, we still can't push with vimagit. "Upcoming feature" you said?

    • @american763
      @american763 2 года назад

      @@PlunneCeleste check out neogit now. I think vimagit has gone stale

  • @tiberiusvetus9113
    @tiberiusvetus9113 4 года назад

    I just use "tig"

  • @Gabifuertes
    @Gabifuertes 4 года назад

    I honestly can't see the appeal. In vscode I can do the same!

  • @dagadbm
    @dagadbm 4 года назад

    just use tig

  • @pigeonduckthing5660
    @pigeonduckthing5660 4 года назад

    i'm sorry, but vim is the way, it's just easy and non intimidating.

  • @toml6806
    @toml6806 4 года назад +3

    I still like nano. Don't @ me.

  • @usrname1105
    @usrname1105 4 года назад +1

    FiRsT

    • @bobgrimes8618
      @bobgrimes8618 4 года назад

      you’re a jackass! You have nothing to add.

    • @DistroTube
      @DistroTube  4 года назад +2

      BOT "first" doesn't count.

    • @usrname1105
      @usrname1105 4 года назад +2

      DistroTube it’s not “first”, it’s FiRsT

  • @jTay111
    @jTay111 4 года назад +1

    Fugitive > magit

    • @sks2659
      @sks2659 4 года назад +1

      magit is miles ahead what are you talking about

  • @LeonWhites_Darkspace
    @LeonWhites_Darkspace 4 года назад

    Yea pmuch every editor has git clients, not a good enough reason to switch. Maybe spend 2minutes looking at other editors before making videos stating that this is a reason to switch.

    • @ananon5771
      @ananon5771 4 года назад +4

      he knows there are git (like fugitive for vim) clients,but none are as good as magit was his point