2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[AndroidStudioとGitHubの連携]developブランチがうまいこといかなかった時の対処法

Last updated at Posted at 2015-10-27

##やること
masterから分岐したdevelopブランチをpullしたい

developにはそれぞれのブランチをmergeするブランチとして使っています。
最終的にdevelopをmasterにmergeして終了です。

通常
新しく作業する時のBranchの切り方
http://qiita.com/tesoro/items/5f5ff14e5e1c1b9959d8

##問題
行きたい場所で右クリック->checkOutしてもdevelopがついてこない

##対処
作業していた場合

  1. VCS->EnableVersionControl
  2. Git(Gitの連携)
  3. Don't checkOut(stashします)
  4. 「作業していなかった場合」に続きます

作業していなかった場合

  1. 右下ブランチの名前からLocalDevelopをDelete(Localです!!Remoteではありません)
  2. Remoteのdevelop->check as local branch
  3. 名前「develop」
  4. pull
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?