0
点赞
收藏
分享

微信扫一扫

【git基础】git lfs的使用

腾讯优测 2022-07-13 阅读 127

前言

 

 git add

 

【git基础】git lfs的使用_git

 

 

 git checkout

 

【git基础】git lfs的使用_git使用_02

 git使用过程

git clone URL
git clone git@gitlab.xx:yy/super_git.git
git status
git add filename
git add .
git commit -m "add filename"
git push -u origin master
git push -f origin dev_branch
git branch -a

 

参考

1. ​​git_lfs​​;

2. ​​git_lfs_github​​;

3. ​​Git LFS的使用​​;

4. ​​git_lfs_tutorials​​;

5. ​​Cloning your repository and pushing code to it​​;

举报

相关推荐

0 条评论