Git --- Remaind and Tips memorandam for Git on Python and Google Colab ---Git活用のヒントand備忘メモ
URL of the last BLOG https://shikuuk.blogspot.com/2025/12/google-colab-is-coming-to-vs-code.html Previously I made the Virtual Dam Creat Code on my BLOG above. But I have had a part of improvement point in that code. In advance, I commited the latest version code, that has finished as calculate the vertiaul dam, for Git below. Then I try to change a part of code, which selects a upper side among the either side of vurtual dam wall. I created new branch, 'fuature/20251214_VirtualDam' by below code. ! git checkout -b fuature/ 20251214 _VirtualDam """このCommandで既に新しいbranchに切り替わっているらしい。 After that, I confirm the current branch below, so the current branch is shown 'fuature/20251214_VirtualDam', like below. I reviced a part of the virtual dam create codes, show below surrounded by red frame line. I think that this revicing is acting on the Feature branch, so I close this revicing code once. Then I move to Master brach, I make sure that the same code on t...