【git基础】git lfs的使用

前言

 

 git add

 

 

 

 git checkout

 

 git使用过程

# git lfs install
sudo apt-get install git-lfs
# install git lfs configuration
git lfs install
# usage
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;

posted on 2020-12-02 07:46  鹅要长大  阅读(625)  评论(0编辑  收藏  举报

导航