gitの使い方
Posts tagged "github"
“
This plenv plugin adds the plenv update
command that updated plenv and all installed plugins.
This plugin is transplanted from rbenv to plenv. Original is rbenv-update.
Installation
Simply clone the repository into the plugins directory:
cd ${PLENV_ROOT:-$(plenv root)}/plugins
git clone https://github.com/shalk/plenv-update.git
”“
This rbenv plugin adds the rbenv update
command that updated rbenv and all installed plugins.
Installation
Simply clone the repository into the plugins directory:
[ -z "$RBENV_ROOT" ] && export RBENV_ROOT="$HOME/.rbenv"
mkdir -p "$RBENV_ROOT/plugins"
git clone https://github.com/rkh/rbenv-update.git "$RBENV_ROOT/plugins/rbenv-update"
”Microsoft/TypeScript · GitHub
alebcay/awesome-shell · GitHub
git - 簡単ガイド
Learn Git Branching
Learn Git Branchingの日本語版
Learn Git Branching
“
人様のプロジェクトを眺めていたら、誤って fork してしまい、自身のアカウントにもプロジェクトがコピーされてしまいました。。
で、プロジェクトを削除する方法。
- 削除したいプロジェクト(forkした自分のアカウント配下のやつね!)を選択。
- 画面右の「Settings」を押下。
- 画面最下部の「Delete this repository」を押下。
- 削除したいアカウント名/プロジェクト名を入力して「I understand …」を押下。#アカウント名/プロジェクト名は画面上にボールド体で表示されていますね。