以前のリビジョンの文書です
> git checkout [ブランチ名] > git checkout master Switched to branch 'master' Your branch is up to date with 'origin/master'.
git checkout .
>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