跳转到帖子
登录关注  
墨香年少

Git命令

已推荐帖子

create a new repository on the command line

echo "# qt_socket_client" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:abc/123.git
git push -u origin main

…or push an existing repository from the command line

git remote add origin git@github.com:duqingnian/qt_socket_client.git
git branch -M main
git push -u origin main

 


目之所及,皆是回忆,心之所想,皆是过往

分享这篇帖子


链接帖子
分享到其他站点

创建帐户或登录来提出意见

你需要成为会员才能提出意见

创建帐户

注册成为会员。只要几个简单步骤!

注册帐户

登录

已有帐户? 请登录。

现在登录
登录关注  

×
×
  • 创建新的...

重要信息

注册必须使用2-8个中文汉字作为账号