Skip to content

AndrewBigPan/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

leetcode代码提交到github的方法: 创建github账号 创建仓库 打开Git Bash 把新建的仓库clone到本地 git clone pathOfRepository

git基本操作: 查看状态 git status 跟踪文件或把修改添加到暂存库 git add fileName -A 把所有修改都添加到暂存库 提交文件/修改 git commit -m "注释" 推送本地仓库到远端仓库(当前的远端仓库就是github) git push origin master:master

About

leetcode代码

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published