Skip to content

Jalen/workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

全局设置:

 下载并安装 Git
  git config --global user.name "Your Name"
  git config --global user.email [email protected]
  Add your public key
        

下一步:

  mkdir MyWorkspace
  cd MyWorkspace
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin [email protected]:Jalen/MyWorkspace.git
  git push -u origin master
      

现有的 Git 仓库?

  cd existing_git_repo
  git remote add origin [email protected]:Jalen/MyWorkspace.git
  git push -u origin master
      

导入现有的 Subversion 仓库?

  点击此处
      

当你完成时:

  继续

同步:
	git pull


http://help.github.com/



About

Intend for personal use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •