📅  最后修改于: 2022-03-11 14:50:28.095000             🧑  作者: Mango
$ git checkout my_feature # Just making sure you're currently on the right branch!
$ git pull origin my_feature # Pulling what your coworkers have done so far.