CodeZine編集部では、現場で活躍するデベロッパーをスターにするためのカンファレンス「Developers Summit」や、エンジニアの生きざまをブーストするためのイベント「Developers Boost」など、さまざまなカンファレンスを企画・運営しています。 講演資料・動画 ...
Last time, I’ve shown you how to create a local Git repository around your PCB project. That alone provides you with local backups, helping you never lose the changes you make to your files, and ...
Android Studioは標準でGitやGitHubをサポートしていますが、 最低限以下の準備を行っておいてください。 Gitのコマンドラインツール (git) を導入しておく GitHubのアカウントを用意しておく コマンドラインツールはGitの公式サイトから、 それぞれの ...
GitBookはMarkdownで記述しGitで管理しているドキュメントを、 簡単にHTMLやPDF、 EPUB、 MOBIなどで公開できるサービスです。今回はこのGitBookで使われているgitbookコマンドを用いて、 Ubuntu上でドキュメントを生成する方法を紹介します。 今風な文書執筆・ 公開 ...
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
解説されているGitコマンドは次のとおり。 git config - Gitをインストールした後に設定を行うためのコマンド。ユーザー名やメールアドレスなどを設定する git init - 新しいGitリポジトリを初期化するコマンド。実行することで対象のフォルダーがGitリポジトリ ...
Git isn't hard to learn, and when you combine Git with GitLab, you've made it a whole lot easier to share code and manage a common Git commit history with the rest of your team. This tutorial shows ...
Git is a wonderful tool that can multiply your project’s impact, or make your project easier to manage by an order of magnitude. Some of us hackers don’t yet know how to use command-line Git, but a ...
Microsoftが仮想ファイルシステムの「Git Virtual File System(GVFS)」を発表しました。GVFSはリポジトリ下のファイルシステムを仮想化することで、ファイルを開く時点でダウンロードを実行する仕組みを採用しており、大幅な高速化が実現されています。 Announcing GVFS ...
Have you recently cloned a GitHub or GitLab repository, created a new branch and tried to push back, only to encounter Git's fatal "Current branch has no upstream branch" error? If that's the case, ...