diff options
| -rw-r--r-- | _posts/2009-06-25-moving-a-repo.markdown | 30 | ||||
| -rw-r--r-- | _posts/2010-01-16-api.markdown | 19 | ||||
| -rw-r--r-- | readme.textile | 2 |
3 files changed, 40 insertions, 11 deletions
diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown index 9d296e6..dd60665 100644 --- a/_posts/2009-06-25-moving-a-repo.markdown +++ b/_posts/2009-06-25-moving-a-repo.markdown @@ -10,7 +10,35 @@ This guide details the process of moving a repo to another account. Direct move ----------- -If you wish to move a repo between users or organizations, please [contact support](http://support.github.com/) with details. Make sure that there is not a repo with the same name on the destination account, and that the destination account has unused private repos available if the repo being moved is private. +If you wish to move a repo between users or organizations, please [contact support](http://support.github.com/) following the details below. + +**What to check before creating the support request** + +1. Make sure that there is not a repo with the same name on the destination account. + +2. Make sure the destination account has unused private repos available if the repo being moved is private. + +3. **Please** make sure you login with the account that owns the repositories you want support to move for you. If the repositories belong to different accounts, please create one support request per account. + +**What to include in your support request** + +1. List the repositories you want support to move. + +2. Tell us the destination account (the username) + +**Example** + +*Subject:* Move repositories + +*Repositories* + + myaccount/repoA + myaccount/repoB + myaccount/repoC + +*Destination* + + destinationaccount Existing forks -------------- diff --git a/_posts/2010-01-16-api.markdown b/_posts/2010-01-16-api.markdown index b90ef17..fbc1e41 100644 --- a/_posts/2010-01-16-api.markdown +++ b/_posts/2010-01-16-api.markdown @@ -13,24 +13,25 @@ Projects using the API * [Badjo](http://github.com/zmack/badjo/tree/master) -* [YAGHB](http://github.com/schleyfox/yaghb/tree/master) - Yet another github badge +* [YAGHB](http://github.com/schleyfox/yaghb/tree/master) -- Yet another github badge * [textmate gem](http://github.com/wycats/textmate/) -- Command-line package manager for textmate -* [github commit badge](https://github.com/heipei/github-commit-badge/tree) - GitHub commit badge, showing the most recent commits of chosen repos +* [github commit badge](https://github.com/heipei/github-commit-badge/tree) -- GitHub commit badge, showing the most recent commits of chosen repos -* GitHub Projects Wordpress Plug-in - Available at the official Wordpress [plug-in directory](http://wordpress.org/extend/plugins/github-projects/) +* GitHub Projects Wordpress Plug-in -- Available at the official Wordpress [plug-in directory](http://wordpress.org/extend/plugins/github-projects/) -* [github-repos](http://github.com/johnbender/github-repos/tree/master) - [Tutorial and Example](http://nickelcode.com/2008/11/27/github-repo-information-in-your-webpages/) +* [github-repos](http://github.com/johnbender/github-repos/tree/master) -- [Tutorial and Example](http://nickelcode.com/2008/11/27/github-repo-information-in-your-webpages/) * [github-terminal](http://github.com/prtksxna/github-terminal/tree/master), working example at [Github Terminal](http://prtksxna.github.com/github-terminal/) -* [git-trip](http://github.com/Oshuma/git-trip/tree) - Visualize git repositories. +* [git-trip](http://github.com/Oshuma/git-trip/tree) -- Visualize git repositories. -* [github-social-badge](http://github.com/kentbrew/github-social-badge) - Social badge: visualize projects and followers. [Working example](http://kentbrew.github.com) +* [github-social-badge](http://github.com/kentbrew/github-social-badge) -- Social badge: visualize projects and followers. [Working example](http://kentbrew.github.com) -* [codeigniter-github](http://github.com/philsturgeon/codeigniter-github/tree/master) - CodeIgniter / PHP wrapper library. +* [codeigniter-github](http://github.com/philsturgeon/codeigniter-github/tree/master) -- CodeIgniter / PHP wrapper library. -* [github user page bookmarklet](http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html) - adds additional repo stats to github user pages and provides repository sorting. +* [github user page bookmarklet](http://tagaholic.me/2009/04/06/github-bookmarklet-for-user-pages.html) -- adds additional repo stats to github user pages and provides repository sorting. -* [GithubNotifier](http://github.com/ctshryock/GithubNotifier) - Little OS X menu-bar app that posts Growl notifications from your Github network activity. +* [GithubNotifier](http://github.com/ctshryock/GithubNotifier) -- Little OS X menu-bar app that posts Growl notifications from your Github network activity. +* [ForkFeed](http://github.com/svetlyak40wt/forkfeed) -- Utility to track changes in all forks of your projects on GitHub. diff --git a/readme.textile b/readme.textile index bf88e63..3cc455e 100644 --- a/readme.textile +++ b/readme.textile @@ -1 +1 @@ -All submissions are welcome. To submit a guide, fork this repo, add your guide, and open a ticket on "tekkub's fork":http://github.com/teksupport/help.github.com/issues +All submissions are welcome. To submit a change, fork this repo, commit your changes, and send us a "pull request":http://help.github.com/pull-requests/ |
