前言
git add
git checkout
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;
完