如何在不执行git push的情况下检查我是否在Git Master分支源中具有推送权限?
答案 0 :(得分:2)
您可以执行@Nullable
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View v = inflater.inflate(R.layout.frag_lista, container, false);
setHasOptionsMenu(true);
return(v);
}
除了实际发送更新之外的所有内容。 https://git-scm.com/docs/git-push