Git Logo

Git pros and cons

Vendor: Git
4.3 out of 5
223 followers
Post review
 

Git Pros review quotes

CM
Sep 8, 2019
The features I am most impressed by is the automation.
RI
Jun 6, 2023
Git is a stable solution. Stability-wise, I rate the solution a ten out of ten.
SW
Apr 21, 2023
Version control is beneficial as it allows me to keep track of all the modifications I have made to the applications.
Find out what your peers are saying about Git, IBM, Canonical and others in Version Control. Updated: April 2024.
768,246 professionals have used our research since 2012.
Mohammed Fareed - PeerSpot reviewer
Dec 20, 2022
I like Git's merging feature. For example, say there is an instance where I am working on the same code as another developer. Git automatically merges the work of two developers on the same file. If I'm working on line 50 and he's working on 60, and we both commit, it mergest automatically.
Yasmine Abib - PeerSpot reviewer
Mar 31, 2023
I like that it's easy to use and because it's accessible from a terminal or a graphical user interface if needed. I also like that we can pass comments from Linux if required.
Vinay Jirgale - PeerSpot reviewer
Feb 13, 2023
The setup process is pretty simple.
Vijaya Das - PeerSpot reviewer
Apr 24, 2023
So far, the product has been stable. Stability-wise, I rate the solution an eight to nine out of ten.
MV
Jan 12, 2023
What I find the most valuable about Git is that it is CLI and GUI-supported. People who do not like using the CLI mode can use the GUI mode.
Sven Gotovac - PeerSpot reviewer
Jul 6, 2023
Stability-wise, I rate the solution a ten out of ten...Since I am a very simple user of the tool, its scalability is good for me.
Jordan  Borgner - PeerSpot reviewer
Feb 27, 2023
I believe it is beneficial to maintain a detailed log or history of who did what to a project and which user committed to the change.
 

Git Cons review quotes

CM
Sep 8, 2019
I would like to see an improvement in the way the product owner can review changes.
RI
Jun 6, 2023
If other people are included in their project, you're going to have to make merge requests to merge the code you made, and the code your colleagues have made. So it's a little bit complicated.
SW
Apr 21, 2023
It would be preferable if the updates could be completed at a faster pace.
Find out what your peers are saying about Git, IBM, Canonical and others in Version Control. Updated: April 2024.
768,246 professionals have used our research since 2012.
Mohammed Fareed - PeerSpot reviewer
Dec 20, 2022
If the file changes are on the same line, we need to resolve a merge conflict manually. Let's say there is a merge conflict on line 50 because we have multiple commits on the same line number. Git could add some artificial intelligence to resolve the conflict automatically.
Yasmine Abib - PeerSpot reviewer
Mar 31, 2023
Synchronization could be better. Sometimes when you create a branch and merge it into another branch, I think it's a bit complex for no reason. The initial setup is also tricky when you do it for the first time.
Vinay Jirgale - PeerSpot reviewer
Feb 13, 2023
New developers sometimes find it difficult to call a review or create a request.
Vijaya Das - PeerSpot reviewer
Apr 24, 2023
In our company, we sometimes feel the need to have certain kinds of reports, but we never get those customized reports in Git's dashboard.
MV
Jan 12, 2023
I would rate the initial setup process a four, on a scale from one to 10, with one being the most difficult and 10 being the easiest. The reason for this rating is that once there are conflicts, it takes a lot of effort to resolve them.
Sven Gotovac - PeerSpot reviewer
Jul 6, 2023
The main problem for me is the frequent upgrades in the solution because every other upgrade is a minefield. When you do the upgrade, there is always something that doesn't work.
Jordan  Borgner - PeerSpot reviewer
Feb 27, 2023
More security is always welcome in my opinion.