#assume you originally cloned from your forked repo,that remote will be called "origin", #then you need to add firstguy repo as another remote git remote add firstguy git://github.com/firstguy/repo.git #After that is all set up, you should indeed be able to git pull firstguy mastergit push origin
###ubuntu apt apt search
1 2 3
# package search apt-cache search apt-cache show #------(package 获取包的相关信息,如说明、大小、版本等)