Skip to content

yyf-it/yanfengyu.github.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Global setup:

set up git

git config --global user.name "YanfengYu"

git config --global user.email [email protected]

Next steps:

mkdir yanfengyu.github.com

cd yanfengyu.github.com

git init

touch README

git add README

git commit -m 'first commit'

git remote add origin [email protected]:yanfengyu/yanfengyu.github.com.git

git push -u origin master

Existing Git Repo?

cd existing_git_repo

git remote add origin [email protected]:yanfengyu/yanfengyu.github.com.git

git push -u origin master

Importing a Subservision Repo ?

Check out the guide for step by step instruction.

When you are done:

Continue

About

my homepage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors