Skip to content

zackerzhou/zx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

zx

/* enter the target folder you want to push */

git init

git add xxxxx //(xxxxx: file name)

git commit -m "first commit" //(name of this commit)

git remote add origin https://github.com/ooooo/xxxxx // (ooooo: name of your git account, xxxxx: your repo)

git push -u origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published