Skip to content
View zhaoyanchen123's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report zhaoyanchen123

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
zhaoyanchen123/readme.txt
#git learn 命令
Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.

git init  # 初始化本地仓库
git add . # 添加所有改动到暂缓区
git commit -m "message"  #提交所有
git remote add origin [email protected]:CQUPTLei/VSCode.git
git push -u origin master

or create a new repository on the command line
echo "# git_init" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin [email protected]:zhaoyanchen123/git_init.git
git push -u origin main


push an existing repository from the command line
git remote add origin [email protected]:zhaoyanchen123/git_init.git
git branch -M main
git push -u origin main


Popular repositories Loading

  1. zhaoyanchen123 zhaoyanchen123 Public

    Config files for my GitHub profile.

    C++

  2. deep-learning-for-image-processing deep-learning-for-image-processing Public

    Forked from WZMIAOMIAO/deep-learning-for-image-processing

    deep learning for image processing including classification and object-detection etc.

    Python

  3. yolov5-Tensorrt yolov5-Tensorrt Public

    C++

  4. code code Public

    常见手撕题

    C++

  5. container_number container_number Public