私はgit
を使用しています。 git status
を実行すると、以下の出力が表示されます。私の質問は、私の枝は何ですか?私は私のブランチの一覧を表示するときここ私は今どこにいますか?
d:\2016_Project\toyota\tpm>git status
HEAD detached from 42376c1
nothing to commit, working directory clean
d:\2016_Project\toyota\tpm>git log --all --oneline
5d4239f done basic styling
42376c1 done notif on reminder page
d673796 done reminder page
514aba8 done prospek task
e88ff91 done update prospek profil & task
289654b add fontawesome
377c594 done basic prospek profile
d59022c add prospek task
:
更新#1 です。私の最後に変更されたバージョンを持つブランチですか?
d:\2016_Project\toyota\tpm>git branch
* (detached from 42376c1)
add-customer-profile
master
最近、どの支店で作業していましたか?あなたがプロジェクトで働いている唯一の人であれば、それは 'add-customer-profile'だと思うかもしれませんが、あなたが与えた情報からは分かる方法はありません。 –