Coder Social home page Coder Social logo

git-quiz's Introduction

git-quiz

職場の人にgitの使い方を効率良く学習してもらうために作りました。
git初心者〜中級者の方は練習に使ってください。

対象者

Git configの設定

問題中のgitコマンドは以下の設定を採用。

$ git config --global user.name Takayuki WATANABE
$ git config --global user.email [email protected]
$ git config --global color.ui auto
$ git config --global core.editor vim
$ git config --global alias.graph "log --graph --date-order --all --pretty=format:'%h %Cred%d %Cgreen%ad %Cblue%cn %Creset%s' --date=short"

使い方

git-quizをダウンロードしたいディレクトリにて以下のコマンドを実行する。

$ git clone --recursive https://github.com/takanabe/git-quiz.git
$ cd git-quiz
$ git submodule foreach git checkout master

ダウンロードしたレポジトリにはそれぞれの問題に対応するディレクトリを用意しました。ディレクトリの中には問題に必要なファイルが全て詰め込まれている(問題中のBeforeの状態になっています)ので、苦手な問題を繰り返し解いて快適なGit lifeを送くれるように頑張ってください!

問題一覧

初級 : 基本のコマンドを学ぶ

ローカルレポジトリの操作

ライセンス

クリエイティブ・コモンズ・ライセンス
この 作品 は クリエイティブ・コモンズ 表示 - 改変禁止 4.0 国際 ライセンスの下に提供されています。

git-quiz's People

Contributors

takanabe avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.