git 4 (git config)
git configです。 git config git logで表示させる情報になります。自分はこう設定するというのを決めておいた方が良いです。 $ git config –global user.name “jn” …
yet another word press site
git configです。 git config git logで表示させる情報になります。自分はこう設定するというのを決めておいた方が良いです。 $ git config –global user.name “jn” …
git branchとgit checkoutです。 git branch 該当ディレクトリに移動します。 $ cd git_sample 該当ディレクトリの下にあるものをGitで管理できるようにします。 $ git i …