• Skip to primary navigation
  • Skip to content
  • Skip to footer
shawn
  • Posts
  • Categories
  • Tags
    Shawn

    Shawn

    • GitHub

    Git

    On this page

    • useful git commands

    useful git commands

    • git stash
      :temporarily store the changes
    • git stash apply
      :apply the stash to the target branch
    • git cherry-pick <commit-hash>
      :apply the commit to the target branch

    Tags: Git

    Categories: Note

    Updated: December 19, 2022

    Share on

    X Facebook LinkedIn Bluesky
    Previous Next

    You May Also Enjoy

    Simulation Work with CARLA

    众所周知(不是),我在自动驾驶运动控制上付出了大量时间精力,仿真只不过是顺带着做了些许工作。在从事仿真工作时,我直接复用了原本的运动控制算法框架,我只需要基于CARLA实现兼容的数据接口和控制接口即可,这很自然,因为原本我的框架设计之初就考虑了多平台兼容性(不同实车平台、仿真平台等)。

    My Server, My Playground: Adventures in Self-Hosting

    隐约记得我最开始想要一个服务器的原因是我想利用服务器来远程开发,因为当时我非常喜欢MBP的屏幕素质,但是我的开发工作需要Linux环境,俺的MBP还是单热管压i9那一代,散热太拉了,不管是开容器还是跑虚拟机都达不到直接使用Ubuntu物理机的流畅体验,那个时候我就想要是有个高性能服务器就好了。

    Ubuntu Software Updates

    当我们更新软件时,偶尔会遇到不能顺畅更新的情况,通常这和我们所处的网络环境有关,在这里记录一些情况和解决方法。

    CARLA Notes

    一些关于CARLA的笔记。

    • Feed
    © 2025 shawn. Powered by Jekyll & Minimal Mistakes.