-
Notifications
You must be signed in to change notification settings - Fork 0
Jalen/workspace
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published