blob: 5dc07623c3a790690f7793ffbf9c6971c537b509 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
-->
<html>
<head>
<title>NetBeans IDEを使用してGitHubリポジトリを設定するためのビデオ</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
<meta name="description" content="This screencast demonstrates some new JavaFX related features implemented in NetBeans IDE 7.4 Beta.">
</head>
<body>
<h1>NetBeans IDEを使用してGitHubリポジトリを設定するためのビデオ</h1>
<table>
<tr>
<td class="valign-top">
<p>このスクリーンキャストでは、NetBeans IDEのGitリポジトリを設定し、Gitバージョニング・システムのためのIDEのサポートを使用してGitHubを配置する方法を示します。</p>
<p>内容は次のとおりです。</p>
<ul>
<li>IDEでサンプル・プロジェクトを作成する</li>
<li>作成したプロジェクトでGitリポジトリを初期化する</li>
<li>プロジェクトをGitHubにプッシュする</li>
</ul>
<P>作成者: Ondrej Vrabec、Alyona Stashkova <br> 時間: 5:52 </p>
<p><a href="http://bits.netbeans.org/media/github_nb.mp4">フルサイズを視聴/ダウンロード</a> (.mp4)([Ctrl]キーを押しながらクリックするとダウンロード、11,3MB)</p>
<div class="feedback-box"><a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Screencast%20-%20Setting%20Up%20a%20GitHub%20Repository%20Using%20NetBeans%20IDE">ご意見をお寄せください</a></div>
<br style="clear:both;">
</td>
<td width="5">&nbsp; </td>
<td class="valign-top" width="486">
<script src="/images_www/js/mediaplayer-5.2/swfobject.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function(){
var targetFile='http://bits.netbeans.org/media/github_nb.mp4';
var s1 = new SWFObject('/images_www/js/mediaplayer-5.2/player.swf','player','530','340','9');
s1.addParam('allowfullscreen','true');
s1.addParam('allowscriptaccess','always');
s1.addParam('flashvars','file='+targetFile+'&autostart=true');
s1.write('flashContent');
});
</script>
</td>
</tr>
</table>
<h2>関連リンク</h2>
<ul>
<li><a href="http://wiki.netbeans.org/NewAndNoteworthyNB74">NetBeans 74の新機能および注目すべき機能</a></li>
<li><a href="https://netbeans.org/kb/docs/ide/git.html">NetBeans IDEでのGitサポートの使用</a></li>
<li><em>NetBeans IDEによるアプリケーションの開発</em><a href="http://www.oracle.com/pls/topic/lookup?ctx=nb8000&id=NBDAG234">バージョン管理によるアプリケーションのバージョニング</a></li>
</ul>
</body>
</html>