Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-12-01 00:06:31 +0000
committerRyan D. Brooks2010-12-01 00:06:31 +0000
commit2429f954ba4feb063e0b2b977a585b04a00fc6da (patch)
treec3bc7832cf6effd61e9790a3258266b7036297e8 /plugins
parent49be5c796203474e4b0cb971e3424f9bd20a916f (diff)
downloadorg.eclipse.osee-2429f954ba4feb063e0b2b977a585b04a00fc6da.tar.gz
org.eclipse.osee-2429f954ba4feb063e0b2b977a585b04a00fc6da.tar.xz
org.eclipse.osee-2429f954ba4feb063e0b2b977a585b04a00fc6da.zip
refactor: Update Git Abstract
Diffstat (limited to 'plugins')
-rw-r--r--plugins/org.eclipse.osee.support.admin/eclipseCon/2011/Git_Abstract.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.osee.support.admin/eclipseCon/2011/Git_Abstract.txt b/plugins/org.eclipse.osee.support.admin/eclipseCon/2011/Git_Abstract.txt
index 0f70aebd005..c176ba5aca9 100644
--- a/plugins/org.eclipse.osee.support.admin/eclipseCon/2011/Git_Abstract.txt
+++ b/plugins/org.eclipse.osee.support.admin/eclipseCon/2011/Git_Abstract.txt
@@ -2,15 +2,15 @@ Git: Taking the leap
20 min
Roberto, Ryan
-With features such as fast and convenient branching, offline access to entire repository history, interactive rebasing,
-efficient merging and change stashing, Git prevails over other revision control systems as developers
+With features such as fast and convenient branching, offline access to the entire repository history, interactive rebasing,
+efficient merging and code change stashing, Git prevails over other revision control systems as developers
are forced to context switch between code changes. As committers for the Eclipse Open System Engineering
Environment project, we recently completed our migration from Subversion to Git. During this talk you will
hear about our experience as well as additional migrations we have done across our organization involving several hundred thousand lines of code.
Specifically, we will cover
• What are the benefits of using Git
-• migration from Subversion, CVS, Source Safe, and RCS
+• Migration from Subversion, CVS, Source Safe, and RCS
• Porting issues
• How do you get buy-in from developers?
• Convincing management to take the leap \ No newline at end of file

Back to the top