We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
#1808 での議論を受けて、各ロボットで用意するといい workspace update スクリプトの仕様について議論したいです。
参考:
The text was updated successfully, but these errors were encountered:
#1821 (comment)
についてなんだけど、これは僕の想定が甘くてcommitはしたけど push していない branch が体内にあることは考えていませんでした。commitしていない変更については stash するようにしているはず。
Sorry, something went wrong.
@mqcmd196
update_workspace.sh のデバッグが結構大変で (特に rebase で divergeした際に勝手に修正する機能) あんまりいろいろなケースは想定していませんでした、他に問題になっているor使いづらい部分はなにかありますか? @mqcmd196 @tkmtnt7000 @nakane11
jsk_robot/jsk_robot_common/jsk_robot_startup/scripts/update_workspace_main.sh
Line 83 in 1cddbe0
git stash -u
@tkmtnt7000 だとするとなんで変更が完全に消えちゃうんだっけ?
先ほどのオフラインでの僕の伝え方が悪かった気もするのですが、 少し特殊ケースで、変更が消えると考えられるのは誤ってdevelop/fetchなどのrosinstallで設定されたブランチにロボット体内でローカルコミットだけ残した場合です。コミットしていないdiffはstashされて残っていると思います。
No branches or pull requests
#1808 での議論を受けて、各ロボットで用意するといい workspace update スクリプトの仕様について議論したいです。
参考:
The text was updated successfully, but these errors were encountered: