I
I
Illia T2018-11-17 09:36:31
git
Illia T, 2018-11-17 09:36:31

How do they work with git now?

Traditionally, they work with it from the console. But my former colleague once said that it hadn't been working like that for a long time. So I want to find out how things are now? Now I'm just going to learn git, so I'm thinking: to study working with the console, or better some special software. It is clear that both this and that are possible, but still I would like to collect information.

Answer the question

In order to leave comments, you need to log in

7 answer(s)
D
Dmitry Dart, 2018-11-17
@gobananas

It is better to start from the console. Any programs usually have limited functions and make it quick and easy to do only the most frequently used things.

A
Arman, 2018-11-17
@Arik

I use all https://www.sourcetreeapp.com/ under Mac
there were notable glitches from the new major version, but now everything seems to be stable.
in the console I only use ssh, more in order to raise something manually or check the status of files.
And so, through the interface, I follow what I did last time and what I commit, there are a lot of movements from the console for this, as for me

A
Andrey, 2018-11-17
@VladimirAndreev

PhpStorm client is very handy.
I almost stopped opening the git console with him

Y
Yunique, 2018-11-17
@Yunique33

As for me, with a console with correctly configured alias, it is unlikely that anything can be compared either in speed, or in performance, or in awareness of what is happening. And for beginners, this is the only correct solution a priori.

M
Maxim Moseychuk, 2018-11-18
@fshp

Everyone recommends the console. Me too. But for some reason everyone forgets about one moment. I'm talking about indexing changes. If you are not a vim guru, then it is more convenient to index changes through the graphical interface. I've been using gitg for this for a long time. Sublime Merge has recently appeared. It also has convenient indexing.

S
stormit, 2018-11-18
@stormit

Start with Git Extensions, just a quick GUI, visually understand brunches, merges, rebases and TPs, especially if several people work. The console is also there, if you want. In the console, it's faster to do only what you know exactly how it will work. GUI uses the same commands like this

M
Maxim, 2018-11-23
@Valter1234

Things go something like this.
It is more convenient to work through the console, and even better.
because
And the software still has one of the advantages
It's up to you, of course, but the console has more advantages.
But all the same, from the software, the source tree is probably the best. It's free, but I don't know if it's available on windows. Link

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question