ユーザ用ツール

サイト用ツール


サイドバー

git:コマンド

以前のリビジョンの文書です


よく使うコマンド

checkout

> git checkout [ブランチ名]

> git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.

変更を破棄する

git checkout .

orignのURLを確認する

>git remote -v
origin  https://github.com/nekotype/native-background-timer.git (fetch)
origin  https://github.com/nekotype/native-background-timer.git (push)

>git config --get remote.origin.url
https://github.com/nekotype/native-background-timer.git
git/コマンド.1553923174.txt.gz · 最終更新: 2019/03/30 14:19 by ips