Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371878

Summary: Add Greasemonkey script for setting up a brand new repo from Github
Product: [ECD] Orion Reporter: Tomasz Zarna <tomasz.zarna>
Component: GitAssignee: Project Inbox <orion.git-inbox>
Status: RESOLVED WONTFIX QA Contact:
Severity: enhancement    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Tomasz Zarna CLA 2012-02-17 07:48:02 EST
When you create a new repo on Github, you will be asked to complete a bunch of steps: 

===
Global setup:
* git config --global user.name "Tomasz Zarna"
* git config --global user.email Tomasz.Zarna@pl.ibm.com
      
Next steps:
* mkdir test
* cd test
* git init
* touch README
* git add README
* git commit -m 'first commit'
* git remote add origin git@github.com:zaza/test.git
* git push -u origin master
      
Existing Git Repo?
* cd existing_git_repo
* git remote add origin git@github.com:zaza/test.git
* git push -u origin master
===

This could be another place where to put a button like [Setup in Orion], which would complete all those steps for you.
Comment 1 John Arthorne CLA 2015-05-05 14:48:04 EDT
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see:

https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html