Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
Redmineが使える無料の環境が1分で手に入ります。 Redmineを高機能に改良したクラウドサービス「Planio」の30日無料トライアルへの申し込み方法と無料プランへの変更手順を掲載しています。 プロジェクト管理ツール Redmineについて Redmineを高機能に改良した「Planio」 Planioの30日無料トライアルへの申し込み方法 30日の無料トライアルからずっと使える無料プランに変更する プロジェクト管理ツールのRedmine 日経SYSYTEMSの「開発・運用ツール利用実態調査2014」によると、「直近2 年間で利用したチケット管理・PM ツールの割合」のトップはRedmineでした。日本で最も使われているソフトウェアの1つと言っても過言ではなさそうです。 Redmineが普及している利用のひとつとしてオープンソースのソフトウェアであることがあげられます。誰でも自由に
この記事は、モバイルファクトリー Advent Calendar 2015 4日目の記事です 今日は、Github APIの話です。 Githubの管理作業は他のWebサービスと同じく基本Webコンソールでできます。 ただ、Organizationとかを管理してる場合、ある程度以上規模が大きくなると、 定型的な管理作業が増えて、Webでぽちぽちやるには煩雑でつらくなってきます。 ここで怠惰エンジニア*1はどうにかこの定型作業を自動化/スクリプト化できないかなと考え始めます。 幸い、GithubにはAPIがあるので、これを利用して要件に合わせて、実装することができます。 ドキュメントは以下の場所にあるので、各APIの使い方などはそちらを参照してください。 GitHub API v3 | GitHub Developer Guide apiアクセスを投げる publicな情報を取得するには普通
開発の現場ではビルドやテストを自動化して継続的に実行していく「継続的インテグレーション」(CI)が近年普及しつつある。CIを支援するためのツールはいくつかあるが、今回はGitHubと連動し、指定したリポジトリ上にあるコードを自動的に取得してビルドやテストを実行できるサービス「Travis CI」を紹介する。 Travis CIで手軽に継続的インテグレーションを導入 「継続的インテグレーション(CI)」とは、ソフトウェア開発過程において頻繁にテストを行うことで問題を早期に発見し、品質の向上を図る開発手法である。しかし、テストを毎回手動で行うのには手間がかかる。そこで特定のタイミングで自動的にテストを実行し、テスト完了後にその結果を通知する「CIツール」などが利用される。 CIツールとしてよく知られているものとして「Jenkins」などがあるが、多くのツールでは独自にテストのための環境を構築し
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
Tip If you clone GitHub repositories using SSH, then you can authenticate using an SSH key instead of using other credentials. For information about setting up an SSH connection, see Connecting to GitHub with SSH. GitHub CLI GitHub CLI will automatically store your Git credentials for you when you choose HTTPS as your preferred protocol for Git operations and answer "yes" to the prompt asking if y
About remote repositories A remote URL is Git's fancy way of saying "the place where your code is stored." That URL could be your repository on GitHub, or another user's fork, or even on a completely different server. You can only push to two types of URL addresses: An HTTPS URL like https://github.com/user/repo.git An SSH URL, like git@github.com:user/repo.git Git associates a remote URL with a n
Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? この記事はGit Advent Calendar 2015の16日目の記事です。 はじめに この記事を読むと、GitHub と Git を人に紹介する時や、GitHub 導入後に注意すること、GitHub 普及の際のメンタルついて知識が得られます。 ある程度、Git, GitHub の知識があり、これから現場に GitHub を普及させたい方に有用な記事かもしれません。技術的な Tips は少なめです。 目次 どうも、GitHub おじさん、または 一度死んだおじさん こと沖縄の金城です。GitHubについてと人に説明する機会や導入する
2019/12/11 分かりやすいサイトへのリンクを追加しました hub コマンドの hub fork について追加しました 2013/04/11 興味深い手法があれば随時追加していきます ネットを検索すると、色々な手法が出てきますが、自分としては「WEB+DB PRESS plus 開発ツール徹底攻略」p.71 に載っていた以下の手法がシンプルで良く理解できました。 本家リモート upstream を追加する方法 本家リポジトリの例として、実際にGitHubに存在する練習用リポジトリ git@github.com:DQNEO/Renshu.git を使います あなた (youraccount) が既にForkしているRenshuリポジトリをcloneします。 $ git clone git@github.com:youraccount/Renshu.git Cloning into 'R
AI & MLLearn about artificial intelligence and machine learning across the GitHub ecosystem and the wider industry. Generative AILearn how to build with generative AI. GitHub CopilotChange how you work with GitHub Copilot. LLMsEverything developers need to know about LLMs. Machine learningMachine learning tips, tricks, and best practices. How AI code generation worksExplore the capabilities and be
RPubsイケてないなー。ログイン画面暗号化されてないのやだなー。 と思ったときに、yihuiさんのこんな記事を見つけてしまいました。 yihui.name Github Pagesとは 参考:GitHub Pages Github Pagesとは、ウェブページを公開できるGithubの機能です。 このウェブページの作り方には2種類あります。表示するHTMLファイルをローカルでつくってGithubにアップするか、Markdownとかで書いてJekyllでHTMLを自動生成するか、です。 Jekyllとは 参考:http://jekyllrb.com/ Jekyllは、Markdownとかプレーンテキストをウェブサイトやブログに変換するためのソフトです。 Wordpressは動的にページを生成しますが、Jekyllは静的なページ生成です。サーバーとのやりとりが必要な処理はできません。たとえば
In this last part of the book, we zoom back out to consider development practices that can make you more productive and raise the quality of your work. Here we’ll discuss the use of version control and continuous integration. In Chapter 21 we discuss how the nature of package maintenance varies over the lifecycle of a package. You will notice that we recommend using certain tools: An integrated de
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く