In github there are different branch for different version.

Therefore choose the right branch is essential.

I choose gr-ieee802-11 as example:

sudo git clone git://github.com/bastibl/gr-ieee802-11.git --branch master

or

git branch
git checkout -b master origin/master
git branch

update code: git pull

 

Reference

How to download a branch with git?

创建与合并分支--廖雪峰的官方网站

Git-分支-分支的新建与合并

创建与合并分支

相关文章:

  • 2022-03-03
  • 2022-01-14
  • 2021-06-25
  • 2021-11-01
  • 2022-12-23
  • 2022-01-01
猜你喜欢
  • 2021-10-31
  • 2022-12-23
  • 2021-09-20
  • 2021-07-08
  • 2021-08-09
  • 2022-02-09
相关资源
相似解决方案