Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 440 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 440 Bytes

LeetCode

LeetCode试题练习

git clone

git add filename

git config --global user.name "wanglaiqi"

git config --global user.email "1191580068"

git add .

git commit -m "inital commit"

git push -u origin master

#转为ssh协议的方式如下:

git remote rm origin

git remote add origin [email protected]:wanglaiqi/LeetCode.git

git push origin

git init

makdir filename

touch filename

ssh https