Skip to content
View jinkendo's full-sized avatar
⛩️
二矛重乔,河上乎逍遥
⛩️
二矛重乔,河上乎逍遥
  • 汴州

Block or report jinkendo

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
jinkendo/README.md

jinkendo

跟着github 創建了一個庫。 用來寫blog吧

…or create a new repository on the command line
echo "# jinkendo" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/jinkendo/jinkendo.git
git push -u origin main

…or push an existing repository from the command line
git remote add origin https://github.com/jinkendo/jinkendo.git
git branch -M main
git push -u origin main

發現vscode,用github提交。 真的麻煩 還是配置 ssh 比較好

Popular repositories Loading

  1. jinkendo jinkendo Public

    Config files for my GitHub profile.

  2. shana_home shana_home Public

    一个前端

    HTML

  3. shana shana Public

    cms系统,一个可爱讨伐者

    Java

  4. spring-boot-examples spring-boot-examples Public

    Forked from ityouknow/spring-boot-examples

    about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。

    Java