TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Moving to git from svn

2 pointsby coolrhymesover 13 years ago
I am contemplating on switching to git from svn at our workplace. we have about 5 devs onshore and 10 off-shore. my main concern is that most folks are used to the rich UI of svn, where git is primarily a CL based tool. I can manage the on-shore devs but not sure how to get off-shore going. I am thinking of doing piece-meal type by moving one utility project to git and have folks warm up to it. or should I do a boot-camp and move everyone to git?

2 comments

karterkover 13 years ago
Git comes with `git gui` which offers some kind of UI. If you are looking for UI - I would suggest that you go for JetBrains IDEs which come fully integrated with Git (and other VCS).<p>More than the IDE, you definitely need to walk people through the difference between SVN and Git. The whole local+remote repo model stumps a lot of people. They should understand and use git idiomatically, instead of trying to use it like an SVN alternative!
dholowiskiover 13 years ago
You want to move from git to svn or svn to git?
评论 #3345351 未加载